Skip to content

Commit 3a96af8

Browse files
authored
Merge pull request #3552 from wjdittmar/patch-1
Update part6b.md
2 parents 051f5bf + e019fcc commit 3a96af8

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)