Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tadatuta committed Dec 21, 2015
1 parent e057b95 commit 2b5378e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bem-suggest
› cd bem-suggest
› npm install
› bower install
› enb make server --port 3001
› enb server --port 3001
~~~

Open `http:https://localhost:3001/tests/suggest/simple/simple.html` in browser.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ provide(Suggest.decl({ modName : 'has-dataprovider' }, {
* @protected
*/
_createDataProvider : function() {
throw new Error('not implementer');
throw new Error('not implemented');
}
}));

Expand Down

0 comments on commit 2b5378e

Please sign in to comment.