Skip to content

Commit 72089f3

Browse files
committed
Fix a typo - use re insted of res
1 parent 9448e74 commit 72089f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/docs/manual/v8.0.0/api/dom/storage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ external getItem: (string, t) => option<string> = "getItem"
1414

1515
## setItem
1616

17-
```res sig
17+
```re sig
1818
external setItem: (string, string, t) => unit = "setItem"
1919
```
2020

pages/docs/manual/v8.0.0/api/dom/storage2.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ external getItem: (t, string) => option(string) = "getItem"
2020
2121
## setItem
2222
23-
```res sig
23+
```re sig
2424
external setItem: (t, string, string) => unit = "setItem"
2525
```
2626

0 commit comments

Comments
 (0)