Skip to content

Commit

Permalink
✏️ fix minor typos (#561)
Browse files Browse the repository at this point in the history
Add link to lodash website.
fix url for .get method.
  • Loading branch information
arfanliaqat authored and marshallswain committed Jan 5, 2020
1 parent e47c58a commit f246ebc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/migrating.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ The following hooks and utilities have been deprecated and replaced with differe

### Utilities

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

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

## Safe mutations
Expand Down

0 comments on commit f246ebc

Please sign in to comment.