Skip to content

Commit

Permalink
fix developerment typo (#14636)
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-piotrowicz authored May 17, 2024
1 parent 3885da2 commit 855b75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/pages/functions/wrangler-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Running [`wrangler pages download config`](/pages/functions/wrangler-configurati

{{</Aside>}}

You can continue to use your `wrangler.toml` file for local developerment without migrating it for production use by not adding a `pages_build_output_dir` key. If you do not add a `pages_build_output_dir` key and run `wrangler pages deploy`, you will see a warning message telling you that fields are missing and that the file will continue to be used for local development only.
You can continue to use your `wrangler.toml` file for local development without migrating it for production use by not adding a `pages_build_output_dir` key. If you do not add a `pages_build_output_dir` key and run `wrangler pages deploy`, you will see a warning message telling you that fields are missing and that the file will continue to be used for local development only.

### Projects without existing `wrangler.toml` file

Expand Down

0 comments on commit 855b75a

Please sign in to comment.