Merge pull request #2765 from alfredxing/fix-site-plugins-typo

This commit is contained in:
Parker Moore 2014-08-17 14:38:56 -04:00
commit be74029960
1 changed files with 1 additions and 1 deletions

View File

@ -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 <code>true</code>.
allow for arbitrary code execution, set this to <code>true</code>.
GitHub Pages still wont load your plugin, but if you submit it for
inclusion in core, its best for this to be correct!
</p>