Skip to content

Commit a0e91c8

Browse files
authored
Update guides/release/configuring-ember/debugging.md
1 parent e2b9cac commit a0e91c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/release/configuring-ember/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Ember.ENV.RAISE_ON_DEPRECATION = true;
6666
Ember.ENV.LOG_STACKTRACE_ON_DEPRECATION = true;
6767
```
6868

69-
### Implement an window error event listener to log all errors in production
69+
### Implement a window error event listener to log all errors in production
7070

7171
```javascript {data-filename=app/app.js}
7272
import fetch from 'fetch';

0 commit comments

Comments
 (0)