Grammar and syntax edits for the new docs (#936)
* Update introduction.mdx * Update logo-mearning.md * Update support-the-project.md Fixing more grammar/syntax :) * Update one-step-installation.md * Update recommended-installation.md * Update requirements.md * Update automatic-backup.md * Update bulk-upload.md * Update post-installation.md * Update update.md * Update contribution-guidelines.md
This commit is contained in:
@@ -38,7 +38,7 @@ Please refer to the [Flutter's official documentation](https://flutter.dev/docs/
|
||||
|
||||
### Lint / format extensions
|
||||
|
||||
Setting these in the IDE give a better developer experience auto-formatting code on save and providing instant feedback on lint issues.
|
||||
Setting these in the IDE give a better developer experience, auto-formatting code on save, and providing instant feedback on lint issues.
|
||||
|
||||
### VSCode
|
||||
|
||||
@@ -79,4 +79,4 @@ OpenAPI is used to generate the client (Typescript, Dart) SDK. `openapi-generato
|
||||
```bash
|
||||
npm run api:generate # Run from the `server` directory
|
||||
```
|
||||
You can find the generated client SDK in the `web/src/api` for Typescript SDK and `mobile/openapi` for Dart SDK.
|
||||
You can find the generated client SDK in the `web/src/api` for Typescript SDK and `mobile/openapi` for Dart SDK.
|
||||
|
||||
Reference in New Issue
Block a user