Skip to content

Commit 702c0f4

Browse files
committed
For Matt
1 parent 06a2b94 commit 702c0f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/fundamentals/part-8-modern-redux.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ Let's look at a small standalone example first.
215215
import { createSlice } from '@reduxjs/toolkit'
216216

217217
const initialState = {
218-
entities: [],
219-
status: null,
218+
entities: [],
219+
status: null
220220
}
221221

222222
const todosSlice = createSlice({

0 commit comments

Comments
 (0)