From aa2b4ba0fe24a54cb647b3fb827922a833ee5835 Mon Sep 17 00:00:00 2001 From: Jakub Barczyk Date: Thu, 18 May 2023 13:51:50 +0200 Subject: [PATCH] Add missing preposition in installation.md --- docs/learn/getting-started/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/learn/getting-started/installation.md b/docs/learn/getting-started/installation.md index 9dbc1cc39..22e66e5b0 100644 --- a/docs/learn/getting-started/installation.md +++ b/docs/learn/getting-started/installation.md @@ -22,7 +22,7 @@ nx g @scullyio/init:install -- --project= **NOTE**: After installation, if you were serving the app during the installation, you need to restart `ng serve`. -The `ng add @scullyio/init` will run our `init` schematic which makes all the necessary changes the Angular project, so you don't need to go through a lengthy setup process. +The `ng add @scullyio/init` will run our `init` schematic which makes all the necessary changes to the Angular project, so you don't need to go through a lengthy setup process. The above command creates a Scully config file named `scully..config.ts`, where the `projectName` is the name of your Angular project. This file looks like this: