Skip to content

Commit f246ebc

Browse files
arfanliaqatmarshallswain
authored andcommitted
✏️ fix minor typos (#561)
Add link to lodash website. fix url for .get method.
1 parent e47c58a commit f246ebc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/migrating.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ The following hooks and utilities have been deprecated and replaced with differe
2525

2626
### Utilities
2727

28-
Several utility methods have been replaced by [Lodash]() methods which are thoroughly tested and performance optimized in many different environments.
28+
Several utility methods have been replaced by [Lodash](https://lodash.com) methods which are thoroughly tested and performance optimized in many different environments.
2929

3030
- `existsByDot` - Use [_.has()](https://lodash.com/docs/latest#has)
3131
- `deleteByDot` - Use [_.omit](https://lodash.com/docs/latest#omit)
32-
- `getByDot` - Use [_.get()](https://lodash.com/docs/latest#omit)
32+
- `getByDot` - Use [_.get()](https://lodash.com/docs/latest#get)
3333
- `setByDot` - Use [_.set()](https://lodash.com/docs/latest#set)
3434

3535
## Safe mutations

0 commit comments

Comments
 (0)