Skip to content

Commit b29f7cd

Browse files
committed
word change
1 parent 05e4ba2 commit b29f7cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

react/advanced-hooks/02-synchronization/practice/LocalStorage.final.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export function LocalStorage() {
4747
🇫🇷 Salut
4848
</button>
4949
<button className="button block" onClick={setStorageValue}>
50-
🇮🇳 नमस्ते
50+
🇮🇳 Namaste
5151
</button>
5252
</div>
5353
</div>

react/advanced-hooks/02-synchronization/practice/LocalStorage.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export function LocalStorage() {
5858
🇫🇷 Salut
5959
</button>
6060
<button className="button block" onClick={setStorageValue}>
61-
🇮🇳 नमस्ते
61+
🇮🇳 Namaste
6262
</button>
6363
</div>
6464
</div>

0 commit comments

Comments
 (0)