Skip to content

Commit fc81729

Browse files
authored
add missing newline (#1941)
1 parent dd78251 commit fc81729

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/ts/primitives/cookies.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ export const get = api<Params, { msg: string }>(
104104
const lang = language?.value ?? "en";
105105
return { msg: `your language: ${lang}` };
106106
},
107-
);```
107+
);
108+
```
108109

109110
## Typed Cookie Values
110111

0 commit comments

Comments
 (0)