Skip to content

Commit 128f78d

Browse files
committed
fix: invalid link to fix build
1 parent 1556c5e commit 128f78d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/sdk/utilities/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The utilities section provides a collection of helper functions to simplify comm
1010
- [classList](/sdk/utilities/classlist/) - Helper for managing CSS class names
1111
- [debounce](/sdk/utilities/debounce/) - Limit how often a function can be called
1212
- [deepmerge](/sdk/utilities/deepmerge/) - Deeply merge multiple objects
13-
- [getCookie](/sdk/utilities/getCookie/) - Get cookie value from name
13+
- [getCookie](/sdk/utilities/getcookie/) - Get cookie value from name
1414
- [getFormErrors](/sdk/utilities/getformerrors/) - Get form validation errors
1515
- [getFormValues](/sdk/utilities/getformvalues/) - Get form field values
1616
- [getPathValue](/sdk/utilities/getpathvalue/) - Get value from obj key

0 commit comments

Comments
 (0)