Skip to content

Commit c10bcfc

Browse files
sukimajenweber
authored andcommitted
Remove awkward sentence (ember-learn#595)
This is had awkward wording and didn't make much sense. It seemed removing the offending sentence did not loose any meaning.
1 parent 9bbd092 commit c10bcfc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

guides/release/state-management/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,7 @@ the application does. However, they are _more_ controlled than globals like
203203
`window` because:
204204

205205
1. They can _only_ be injected into other Ember objects, not custom classes.
206-
2. They can _only_ be used in places where they are injected. Random functions
207-
can't access a service for a one of change.
206+
2. They can _only_ be used in places where they are injected.
208207

209208
This means that you can narrow down changes to state in services to a number of
210209
locations, and generally control the data flow more easily.

0 commit comments

Comments
 (0)