Skip to content

Commit 80247ca

Browse files
authored
Merge pull request #2381 from 4ndrs/fix/typo
Fix minor typo
2 parents 419e448 + 1418dea commit 80247ca

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
@@ -601,7 +601,7 @@ describe('noteReducer', () => {
601601
602602
[Redux DevTools](https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd) is a Chrome addon that offers useful development tools for Redux. It can be used for example to inspect the Redux store's state and dispatch actions through the browser's console. When the store is created using Redux Toolkit's <em>configureStore</em> function, no additional configuration is needed for Redux DevTools to work.
603603
604-
Once the addon in installed, clicking the <i>Redux</i> tab in the browser's console should open the development tools:
604+
Once the addon is installed, clicking the <i>Redux</i> tab in the browser's console should open the development tools:
605605
606606
![](../../images/6/11ea.png)
607607

0 commit comments

Comments
 (0)