Skip to content

Commit

Permalink
Update en.md (#823)
Browse files Browse the repository at this point in the history
Typo of application
  • Loading branch information
KayeeNL authored Sep 30, 2021
1 parent 265af6b commit 3ea608c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/routes/docs/fundamentals/cli/en.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jss create <your-app-name> <app-template-name>
|`--branch`, `-b` | Configures the branch of the repository to use for creating the JSS app | A branch name | `master` | all |
|`--source`, `-s` | Sources the app template from a local filesystem path, instead of a GitHub repository. Use for custom JSS app templates | A local directory path | - | all |
|`--proxy`, `-p` | Specifies a HTTP proxy when downloading templates. | A local directory path | - | all |
|`--fetchWith` | Specifies how the applicaiton should fetch Sitecore layout and dictionary data. |`REST` or `GraphQL` | `REST` | nextjs |
|`--fetchWith` | Specifies how the application should fetch Sitecore layout and dictionary data. |`REST` or `GraphQL` | `REST` | nextjs |
|`--prerender` | Specifies the Next.js pre-rendering form for the primary `[[...path]].tsx` route. | `SSG` or `SSR` | `SSG` | nextjs |

**Examples**
Expand Down

0 comments on commit 3ea608c

Please sign in to comment.