Skip to content

Commit 69c4c42

Browse files
authored
Fix missing 't' in context on line 110 and line 42
1 parent 9e81cc5 commit 69c4c42

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
@@ -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': {

0 commit comments

Comments
 (0)