From bcc2271413ae6dc7ed986d0bcf5c2fd8161e53ab Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Mon, 21 Feb 2022 19:33:14 +0400 Subject: [PATCH] Update docs/sdks/node-cli/GETTING_STARTED.md Co-authored-by: Aditya Oberai <31401437+adityaoberai@users.noreply.github.com> --- docs/sdks/node-cli/GETTING_STARTED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdks/node-cli/GETTING_STARTED.md b/docs/sdks/node-cli/GETTING_STARTED.md index e7ab7a75f4..584d172c72 100644 --- a/docs/sdks/node-cli/GETTING_STARTED.md +++ b/docs/sdks/node-cli/GETTING_STARTED.md @@ -31,7 +31,7 @@ You can also fetch all the collections in your current project using appwrite init collection ``` -The CLI also comes with a convenient `--all` flag to perform both these steps at once using +The CLI also comes with a convenient `--all` flag to perform both these steps at once. ```sh appwrite init --all