Skip to content

Commit

Permalink
minor description fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Бондаренко Кирилл Владимирович committed Feb 23, 2024
1 parent c200c93 commit d980731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/src/2.Sushi/2.3.Refactoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// За генерацию 'action creator' 'navigateTo' теперь отвечает 'createSlice'
export const { navigateTo } = navigationSlice.actions;

// За генерацию редьюсера для сайлса также твечает createSlice`
// За генерацию редьюсера для слайса также отвечает createSlice`
export const pageReducer = navigationSlice.reducer;
```

Expand Down

0 comments on commit d980731

Please sign in to comment.