We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19993b3 commit d711bafCopy full SHA for d711baf
docs/integrations/angular.rst
@@ -95,7 +95,7 @@ Raven and the Raven Angular plugin can be loaded using a module loader like Brow
95
.addPlugin(require('raven-js/plugins/angular'), angular)
96
.install();
97
98
-Note that when using CommonJS-style imports, you must pass a reference to the `angular` as the second argument to `addPlugin`.
+Note that when using CommonJS-style imports, you must pass a reference to `angular` as the second argument to `addPlugin`.
99
100
Angular Configuration
101
---------------------
0 commit comments