Skip to content

Commit 1418dea

Browse files
committed
Fix minor typo
This fixes a minor typo in Part 6's introduction to Redux DevTools
1 parent 419e448 commit 1418dea

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)