fix(typo): s/sugguest/suggest (#81)

Fixed a typo
This commit is contained in:
Mahesh Bansod 2022-10-17 15:39:33 +05:30 committed by GitHub
parent a77118ed10
commit 99c66febd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -236,7 +236,7 @@ function deletePost(id) {
> **`remove` or `delete`?**
>
> When the difference between `remove` and `delete` is not so obvious to you, I'd sugguest looking at their opposite actions - `add` and `create`.
> When the difference between `remove` and `delete` is not so obvious to you, I'd suggest looking at their opposite actions - `add` and `create`.
> The key difference between `add` and `create` is that `add` needs a destination while `create` **requires no destination**. You `add` an item _to somewhere_, but you don't "`create` it _to somewhere_".
> Simply pair `remove` with `add` and `delete` with `create`.
>