diff --git a/site/_docs/plugins.md b/site/_docs/plugins.md index 4ea44ad5..0b62dc85 100644 --- a/site/_docs/plugins.md +++ b/site/_docs/plugins.md @@ -369,7 +369,7 @@ There are two flags to be aware of when writing a plugin: executed in an environment where arbitrary code execution is not allowed. This is used by GitHub Pages to determine which core plugins may be used, and which are unsafe to run. If your plugin does not - allow for arbitrary code, execution, set this to true. + allow for arbitrary code execution, set this to true. GitHub Pages still won’t load your plugin, but if you submit it for inclusion in core, it’s best for this to be correct!