Skip to content

Commit e019fcc

Browse files
authored
Update part6b.md
Clarified the language used to describe changes to the store. In the way that it was originally worded, it was not clear what "these" changes were referring to -- changes in the future or changes changes in the preceding section.
1 parent 3e823bf commit e019fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/6/en/part6b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Since the <i>name</i> attribute of all the radio buttons is the same, they form
7575

7676
The buttons have a change handler that currently only prints the string associated with the clicked button to the console.
7777

78-
We decide to implement the filter functionality by storing <i>the value of the filter</i> in the redux store in addition to the notes themselves. The state of the store should look like this after making these changes:
78+
In the following section, we will implement filtering by storing both the notes as well as <i>the value of the filter</i> in the redux store. When we are finished, we would like the state of the store to look like this:
7979

8080
```js
8181
{

0 commit comments

Comments
 (0)