From 96d832c7e04a89c800dea92ecd1d15418440a9ca Mon Sep 17 00:00:00 2001 From: Kreyren Date: Sat, 12 Jan 2019 15:53:31 +0000 Subject: [PATCH] Documentation : Fixed typo Fixes : https://github.com/PhoenicisOrg/scripts/issues/805#issuecomment-453751721 Signed-off-by: Jacob Hrbek --- docs/_docs/Develop/script-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/Develop/script-js.md b/docs/_docs/Develop/script-js.md index 58973aa4b5..c989e37a48 100644 --- a/docs/_docs/Develop/script-js.md +++ b/docs/_docs/Develop/script-js.md @@ -45,7 +45,7 @@ To disable the game overlay: ``` If you need a different category, use: ```javascript - .catgory("Category") + .category("Category") ``` For a different shortcut (e.g. if you want to pass arguments): ```javascript