Skip to content

Commit e2e23fe

Browse files
committed
docs: update CDN link for multiform-validator to version 2.6.1 in UsageCDNExample
1 parent 989a23e commit e2e23fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/[locale]/(doc-session)/documentation/js/subComponents/MainPageSyntexHightlighter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export function UsageCDNExample() {
6868
return (
6969
<SyntaxHighlighter language="html" style={a11yDark}>
7070
{`<script type="module">
71-
import { isEmail, cpfIsValid } from "https://cdn.jsdelivr.net/npm/multiform-validator@2.5.2/+esm";
71+
import { isEmail, cpfIsValid } from "https://cdn.jsdelivr.net/npm/multiform-validator@2.6.1/+esm";
7272
const emailResult = isEmail("123456");
7373
const cpfResult = cpfIsValid("123456");
7474

0 commit comments

Comments
 (0)