Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in running-and-saving.mdx #173

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/running-and-saving.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ When you fork a project, the project title & description will also be copied. Yo

The title & description will display to anyone viewing your project, and in meta tags when sharing your project (e.g. via URLs, social cards etc).

## Limiations
## Limitations

We're aware of the current limitations, and are working on ways to resolve these (please bear with us, it's complicated!):

- If the build process errors, the project code will not be saved (read; it is currently not possible to save code that cannot compile).
- Saving & Building are tied to the same process - you cannot save code without building.
- Build speed depends upon your local machine specs. We're working hard to improve compilation speeds.
- On Apple Sillicon chips, compilation on average takes between 900-1200ms on first runs. Subsequest runs are much faster (~200ms).
- On Intel chips, compilation on average takes between 6-15 seconds on first runs. Subsequest runs are much faster (~2 seconds).
- Changing the Dart/Flutter version manually is currently not supported - we're working to make this possible in the future.
- On Apple Silicon chips, compilation on average takes between 900-1200ms on first runs. Subsequent runs are much faster (~200ms).
- On Intel chips, compilation on average takes between 6-15 seconds on first runs. Subsequent runs are much faster (~2 seconds).
- Changing the Dart/Flutter version manually is currently not supported - we're working to make this possible in the future.