From cf4e5c29838bfa382d67fda254b047372de5e20a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Sun, 6 Sep 2015 15:30:38 +0200 Subject: [PATCH] Fix typo. --- src/core/PaperScope.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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