Skip to content

Commit 0ab30e2

Browse files
Correctly link to lodash get documentation (#1061)
1 parent 3e59ebb commit 0ab30e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/advanced-usage.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Error messages are visual feedback to our users when there are issues with their
261261

262262
- #### Lodash `get`
263263

264-
If your project is using [lodash](https://lodash.com), then you can leverage the lodash `[get](https://lodash.com/docs/4.17.15#get)` function. Eg:
264+
If your project is using [lodash](https://lodash.com), then you can leverage the lodash [get](https://lodash.com/docs/4.17.15#get) function. Eg:
265265

266266
`get(errors, 'firstName.message')`
267267

0 commit comments

Comments
 (0)