Skip to content

Commit 6d3f470

Browse files
sreetamdasmarkerikson
authored andcommitted
docs: Fix typo (#315)
1 parent dbec59a commit 6d3f470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/advanced-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ The org and repo values are simple strings, and the current issues page is just
245245

246246
We can define types for a couple of those pieces by themselves for reuse in the action types later, and also combine them into a larger type for the entire state we plan to track.
247247

248-
The "current display" part requires a bit of extra work, because the type listed for the state includes a page number, but the UI won't include one when dispatches an action to switch to the issues list. So, we define a separate type for that action's contents.
248+
The "current display" part requires a bit of extra work, because the type listed for the state includes a page number, but the UI won't include one when it dispatches an action to switch to the issues list. So, we define a separate type for that action's contents.
249249

250250
#### Declaring Types for Slice State and Actions
251251

0 commit comments

Comments
 (0)