Skip to content

Commit 9e81cc5

Browse files
authored
Fix missing 't' in context
1 parent 7d8fd29 commit 9e81cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/partnavigation/partnavigation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ module.exports = {
107107
a: 'Flux-architecture and Redux',
108108
b: 'Many reducers',
109109
c: 'Communicating with server in a redux application',
110-
d: 'React Query, useReducer and the contex',
110+
d: 'React Query, useReducer and the context',
111111
e: 'connect (the old part)',
112112
},
113113
'7': {

0 commit comments

Comments
 (0)