From 891d52909e5fcca4bf1dfc65f5af7032a4b21303 Mon Sep 17 00:00:00 2001 From: kunalgosar Date: Fri, 14 Apr 2017 14:10:19 -0700 Subject: [PATCH] fixed typo in comments --- scripts/system/fingerPaint.js | 2 +- tutorial/tutorial.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/system/fingerPaint.js b/scripts/system/fingerPaint.js index ec3c8af3d9..88245503e8 100644 --- a/scripts/system/fingerPaint.js +++ b/scripts/system/fingerPaint.js @@ -450,7 +450,7 @@ } /** - * A controller in made up of parts, and each part can have multiple "layers," + * A controller is made up of parts, and each part can have multiple "layers," * which are really just different texures. For example, the "trigger" part * has "normal" and "highlight" layers. */ diff --git a/tutorial/tutorial.js b/tutorial/tutorial.js index 26fa51e896..97528b9b3b 100644 --- a/tutorial/tutorial.js +++ b/tutorial/tutorial.js @@ -118,7 +118,7 @@ function findEntitiesWithTag(tag) { } /** - * A controller in made up of parts, and each part can have multiple "layers," + * A controller is made up of parts, and each part can have multiple "layers," * which are really just different texures. For example, the "trigger" part * has "normal" and "highlight" layers. */