From 866ff6a07d38540dea2f9e91051cedbafc53dcd9 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Thu, 5 Dec 2019 16:04:12 +0100 Subject: [PATCH] docs: typo --- docs/_docs/plugins/generators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/plugins/generators.md b/docs/_docs/plugins/generators.md index 377c86d6..2fe7a8c8 100644 --- a/docs/_docs/plugins/generators.md +++ b/docs/_docs/plugins/generators.md @@ -99,6 +99,6 @@ Generators need to implement only one method: -If your generator is contained within a single file, it can be named whatever you want but it should have an `.rb` extension. If your generator is split across multiple files, it should be packaged as a Rubygem to be published at https://rubygems.org/. In this case, the name of the gem depends on the availability of teh name at that site because no two gems can have the same name. +If your generator is contained within a single file, it can be named whatever you want but it should have an `.rb` extension. If your generator is split across multiple files, it should be packaged as a Rubygem to be published at https://rubygems.org/. In this case, the name of the gem depends on the availability of the name at that site because no two gems can have the same name. By default, Jekyll looks for generators in the `_plugins` directory. However, you can change the default directory by assigning the desired name to the key `plugins_dir` in the config file.