Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Commit 6a7eb38

Browse files
committed
Fix typo
1 parent 7b0f522 commit 6a7eb38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui-codemirror.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function uiCodemirrorDirective($timeout, uiCodemirrorConfig) {
1919

2020
// Require CodeMirror
2121
if (angular.isUndefined(window.CodeMirror)) {
22-
throw new Error('ui-codemirror need CodeMirror to work... (o rly?)');
22+
throw new Error('ui-codemirror needs CodeMirror to work... (o rly?)');
2323
}
2424

2525
return postLink;

0 commit comments

Comments
 (0)