From c1d14bf472b86c1ef8bf9bebe700ec50f443d34e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Thu, 6 Jun 2019 00:04:28 +0200 Subject: [PATCH] Fix spelling mistakes --- src/docs/global.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/docs/global.js b/src/docs/global.js index 400e8a40..6345b861 100644 --- a/src/docs/global.js +++ b/src/docs/global.js @@ -39,7 +39,7 @@ * * The project for which the PaperScript is executed. * - * Note that when working with mulitple projects, this does not necessarily + * Note that when working with multiple projects, this does not necessarily * reflect the currently active project. For this, use * {@link PaperScope#project} instead. * @@ -57,7 +57,7 @@ /** * The reference to the project's view. * - * Note that when working with mulitple projects, this does not necessarily + * Note that when working with multiple projects, this does not necessarily * reflect the view of the currently active project. For this, use * {@link PaperScope#view} instead. * @@ -69,7 +69,7 @@ * The reference to the tool object which is automatically created when global * tool event handlers are defined. * - * Note that when working with mulitple tools, this does not necessarily + * Note that when working with multiple tools, this does not necessarily * reflect the currently active tool. For this, use {@link PaperScope#tool} * instead. *