From 99c66febd6a964f227d6b1b1efa277143b729783 Mon Sep 17 00:00:00 2001 From: Mahesh Bansod Date: Mon, 17 Oct 2022 15:39:33 +0530 Subject: [PATCH] fix(typo): s/sugguest/suggest (#81) Fixed a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63ccf8d..5b1ee6c 100644 --- a/README.md +++ b/README.md @@ -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`. >