diff --git a/site/docs/plugins.md b/site/docs/plugins.md index 9c449187..456f567c 100644 --- a/site/docs/plugins.md +++ b/site/docs/plugins.md @@ -339,7 +339,7 @@ Liquid::Template.register_filter(Jekyll::AssetFilter)
ProTip™: Access the site object using Liquid

Jekyll lets you access the site object through the - context.registers feature of Liquid at context.registers[:site]. For example, you can + context.registers feature of Liquid at context.registers[:site]. For example, you can access the global configuration file _config.yml using context.registers[:site].config.