docs(node): fix misspelled netlify generator command (#17576)

This commit is contained in:
Dmitriy Stepanenko 2023-06-15 01:04:55 +03:00 committed by GitHub
parent 847d3a45b6
commit f8ea4b6117
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ pnpm add -D @nx/netlify
Next add the Netlify serverless configuration by running the following command: Next add the Netlify serverless configuration by running the following command:
```shell ```shell
nx g @nx/netlify:setup-serverless nx g @nx/netlify:setup-functions
``` ```
This will do a few things: This will do a few things: