Skip to content

Commit d711baf

Browse files
graingertbenvinegar
authored andcommitted
Fix angular plugin docs grammar (#888)
1 parent 19993b3 commit d711baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrations/angular.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Raven and the Raven Angular plugin can be loaded using a module loader like Brow
9595
.addPlugin(require('raven-js/plugins/angular'), angular)
9696
.install();
9797
98-
Note that when using CommonJS-style imports, you must pass a reference to the `angular` as the second argument to `addPlugin`.
98+
Note that when using CommonJS-style imports, you must pass a reference to `angular` as the second argument to `addPlugin`.
9999

100100
Angular Configuration
101101
---------------------

0 commit comments

Comments
 (0)