Skip to content

Commit 1b15fd1

Browse files
authored
Merge pull request ember-learn#605 from efx/fix-typo-2
[OCTANE] fix small typo, grammar
2 parents 858f0c7 + b6c836d commit 1b15fd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

guides/release/state-management/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ shouldn't do anything at all. But, if something _should_ change, like the text
4747
in a popup, the page you're on, or the color of a button, Ember needs to respond
4848
to that change!
4949

50-
Ember primary system for detecting changes to state are _tracked properties_.
51-
If you read the section on Glimmer components, you'll probably recognize these,
52-
they're properties that are decorated with the `@tracked` decorator:
50+
Ember's primary system for detecting changes to state is _tracked properties_.
51+
If you read the section on Glimmer components, you'll probably recognize these.
52+
They're properties that are decorated with the `@tracked` decorator:
5353

5454
```js
5555
export default class Person extends Component {

0 commit comments

Comments
 (0)