Merge pull request #1095 from fredj/spelling

Fix spelling
This commit is contained in:
Abdón Rodríguez Davila
2018-04-12 21:25:14 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -132,7 +132,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
},
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,
};

View File

@@ -28,7 +28,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
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,
};