Skip to content

Commit f5892cb

Browse files
authored
Merge pull request ember-learn#718 from RichardOtvos/patch-1
Fixes the last code block in the v2.7 docs
2 parents 4a1b5b0 + 82ba3cc commit f5892cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/v2.7.0/applications/initializers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export default {
9999
after: ['configReader', 'websocketInit'],
100100
initialize: initialize
101101
};
102-
``
102+
```
103103

104104
Note that ordering only applies to initializers of the same type (i.e. application or application instance).
105105
Application initializers will always run before application instance initializers.

0 commit comments

Comments
 (0)