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 e2b9cac commit a0e91c8Copy full SHA for a0e91c8
guides/release/configuring-ember/debugging.md
@@ -66,7 +66,7 @@ Ember.ENV.RAISE_ON_DEPRECATION = true;
66
Ember.ENV.LOG_STACKTRACE_ON_DEPRECATION = true;
67
```
68
69
-### Implement an window error event listener to log all errors in production
+### Implement a window error event listener to log all errors in production
70
71
```javascript {data-filename=app/app.js}
72
import fetch from 'fetch';
0 commit comments