Skip to content

Commit 9544d94

Browse files
authored
Merge pull request #2487 from Dezzep/patch-5
Fix missing 't' in context
2 parents 7d8fd29 + 69c4c42 commit 9544d94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/partnavigation/partnavigation.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module.exports = {
3939
a: 'Flux-arkkitehtuuri ja Redux',
4040
b: 'Monta reduseria',
4141
c: 'Redux-sovelluksen kommunikointi palvelimen kanssa',
42-
d: 'React Query, useReducer ja contex',
42+
d: 'React Query, useReducer ja context',
4343
e: 'connect (vanha osa)',
4444
},
4545
'7': {
@@ -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)