diff --git a/src/core/PaperScope.js b/src/core/PaperScope.js index 9fd0cfb6..4e154fa4 100644 --- a/src/core/PaperScope.js +++ b/src/core/PaperScope.js @@ -186,9 +186,9 @@ var PaperScope = Base.extend(/** @lends PaperScope# */{ /** * Injects the paper scope into any other given scope. Can be used for - * examle to inject the currently active PaperScope into the window's global - * scope, to emulate PaperScript-style globally accessible Paper classes and - * objects. + * example to inject the currently active PaperScope into the window's + * global scope, to emulate PaperScript-style globally accessible Paper + * classes and objects. * * Please note: Using this method may override native constructors * (e.g. Path). This may cause problems when using Paper.js in conjunction