Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit d2c9e9c

Browse files
authored
Merge pull request #1095 from fredj/spelling
Fix spelling
2 parents 78c3494 + 4507ff5 commit d2c9e9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/my-app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
},
133133
routeData: Object,
134134
subroute: Object,
135-
// This shouldn't be neccessary, but the Analyzer isn't picking up
135+
// This shouldn't be necessary, but the Analyzer isn't picking up
136136
// Polymer.Element#rootPath
137137
rootPath: String,
138138
};

src/my-view404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
static get is() { return 'my-view404'; }
2929
static get properties() {
3030
return {
31-
// This shouldn't be neccessary, but the Analyzer isn't picking up
31+
// This shouldn't be necessary, but the Analyzer isn't picking up
3232
// Polymer.Element#rootPath
3333
rootPath: String,
3434
};

0 commit comments

Comments
 (0)