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

Commit

Permalink
Merge pull request #1095 from fredj/spelling
Browse files Browse the repository at this point in the history
Fix spelling
  • Loading branch information
abdonrd authored Apr 12, 2018
2 parents 78c3494 + 4507ff5 commit d2c9e9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/my-app.html
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down
2 changes: 1 addition & 1 deletion src/my-view404.html
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit d2c9e9c

Please sign in to comment.