From 4507ff50c729355ce052bc1ae95a5c7a270958dc Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Thu, 12 Apr 2018 11:25:14 +0200 Subject: [PATCH] Fix spelling --- src/my-app.html | 2 +- src/my-view404.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/my-app.html b/src/my-app.html index a8fb312a8..40547102e 100644 --- a/src/my-app.html +++ b/src/my-app.html @@ -132,7 +132,7 @@ }, routeData: Object, subroute: Object, - // This shouldn't be neccessary, but the Analyzer isn't picking up + // This shouldn't be necessary, but the Analyzer isn't picking up // Polymer.Element#rootPath rootPath: String, }; diff --git a/src/my-view404.html b/src/my-view404.html index 0245b75cd..67196cde8 100644 --- a/src/my-view404.html +++ b/src/my-view404.html @@ -28,7 +28,7 @@ static get is() { return 'my-view404'; } static get properties() { return { - // This shouldn't be neccessary, but the Analyzer isn't picking up + // This shouldn't be necessary, but the Analyzer isn't picking up // Polymer.Element#rootPath rootPath: String, };