From 7b29f62b49774eececdfe5b4e5fb80e2d53a3164 Mon Sep 17 00:00:00 2001 From: Matthew Wang <matt@matthewwang.me> Date: Sat, 7 Jan 2023 17:52:08 -0800 Subject: [PATCH] gemspec: fix typo --- just-the-docs.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/just-the-docs.gemspec b/just-the-docs.gemspec index df06281e..adafd47c 100644 --- a/just-the-docs.gemspec +++ b/just-the-docs.gemspec @@ -6,7 +6,7 @@ Gem::Specification.new do |spec| spec.authors = ["Patrick Marsceill", "Matthew Wang"] spec.email = ["patrick.marsceill@gmail.com", "matt@matthewwang.me"] - spec.summary = %q{A modern, highly customizable, and responsive Jekyll theme for documention with built-in search.} + spec.summary = %q{A modern, highly customizable, and responsive Jekyll theme for documentation with built-in search.} spec.homepage = "https://github.com/just-the-docs/just-the-docs" spec.license = "MIT" spec.metadata = { -- GitLab