1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-21 16:41:24 +02:00

useReducer typo error fixed in the new roadmap (#6212)

This commit is contained in:
zyadfallatah
2024-07-23 11:26:41 +03:00
committed by GitHub
parent b02a284e49
commit 30b60181d6
3 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1 @@
# useReducer

View File

@@ -1516,7 +1516,7 @@
}, },
"selected": false, "selected": false,
"data": { "data": {
"label": "usReducer", "label": "useReducer",
"style": { "style": {
"fontSize": 17, "fontSize": 17,
"justifyContent": "flex-start", "justifyContent": "flex-start",