Skip to content

Commit 2fb1109

Browse files
authored
minor README wording
1 parent 56fad59 commit 2fb1109

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ angular.module('myAngularApp', [])
116116

117117
### Usage
118118

119-
Uncaught exception in angular expressions will be reported to Stackdriver Error Reporting using this service.
119+
Uncaught exception in angular expressions will now be reported to Stackdriver Error Reporting.
120120

121121
If you wish, you can manually delegate exceptions, e.g. `try { ... } catch(e) { $exceptionHandler(e); }` or simply `$exceptionHandler('Something broke!');`.
122122

0 commit comments

Comments
 (0)