Skip to content

Commit d968565

Browse files
cpreciosoinfomiho
andauthored
Apply suggestion
Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>
1 parent 429bcdb commit d968565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export const validatePassword = (password) => password.length > 8 && ...;
9494
<TabItem value="ts" label="TypeScript">
9595

9696
```ts title="src/apis.ts"
97-
export const validatePassword = (password: string) => password.length > 8 && ...;
97+
export const validatePassword = (password: string) => password.length > 8 && /* ... */;
9898
```
9999

100100
</TabItem>

0 commit comments

Comments
 (0)