From 74c812b565bf105123173de9834993edfa038801 Mon Sep 17 00:00:00 2001 From: Alfred Xing Date: Sun, 17 Aug 2014 11:35:29 -0700 Subject: [PATCH] Fix minor typo on plugins docs page --- site/_docs/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!