Skip to content

Commit be214e0

Browse files
authored
Update optional-features.md
Fix typo
1 parent ecd3cd7 commit be214e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/release/configuring-ember/optional-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ With this feature disabled, Ember will automatically load a route's model if the
6363
6464
2. As a fallback, it will attempt to define a `find` method and use your Model instance's `find` method to fetch. If a Model cannot be found or if the found Model does not have a find method, an assertion is thrown.
6565

66-
Enabling this optional feature will remove this implicit model loading behaviour and leave it to you to implement if and when you need it.
66+
Enabling this optional feature will remove this implicit model loading behavior and leave it to you to implement if and when you need it.
6767

6868
<!-- eof - needed for pages that end in a code block -->

0 commit comments

Comments
 (0)