From 1b9941782a2a15b8fb87d12123f43b36e3f0c09d Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Wed, 16 Dec 2020 13:06:53 +0100 Subject: gemspec: Fix a typo in RDoc title --- json.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json.gemspec b/json.gemspec index 04d543f..7364794 100644 --- a/json.gemspec +++ b/json.gemspec @@ -12,7 +12,7 @@ Gem::Specification.new do |s| s.extensions = ["ext/json/ext/generator/extconf.rb", "ext/json/ext/parser/extconf.rb", "ext/json/extconf.rb"] s.extra_rdoc_files = ["README.md"] - s.rdoc_options = ["--title", "JSON implemention for Ruby", "--main", "README.md"] + s.rdoc_options = ["--title", "JSON implementation for Ruby", "--main", "README.md"] s.files = [ ".gitignore", ".travis.yml", -- cgit v1.2.1