Skip to content

Commit 82ba3cc

Browse files
authored
Fixes the last code block
1 parent 4a1b5b0 commit 82ba3cc

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)