Skip to content

Commit 032ebe5

Browse files
Apply suggestions from code review
Co-authored-by: Kody Jackson <[email protected]>
1 parent 2808df2 commit 032ebe5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/workers/wrangler/configuration.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1297,8 +1297,8 @@ This file must contain only a single JSON object of the form:
12971297
When this `config.json` file exists, Wrangler will follow the `configPath` (relative to the `.wrangler/deploy/config.json` file) to find the generated Wrangler configuration file to load and use in the current command.
12981298
Wrangler will display messaging to the user to indicate that the configuration has been redirected to a different file than the user's configuration file.
12991299

1300-
Note that the generated configuration file should not include any [environments](#environments).
1301-
This is because such a file, when required, should be created based on a target environment's specific values, meaning that tools should generate distinct configuration files for different environments.
1300+
The generated configuration file should not include any [environments](#environments).
1301+
This is because such a file, when required, should be created based on a target environment's specific values and tools should generate distinct configuration files for different environments.
13021302

13031303
### Custom build tool example
13041304

@@ -1324,7 +1324,7 @@ A common example of using a redirected configuration is where a custom build too
13241324

13251325
</WranglerConfig>
13261326

1327-
Note that this configuration points `main` at the user's code entry-point and that it also defined the `MY_VARIABLE` in two different environments.
1327+
This configuration points `main` at the user's code entry-point and defined the `MY_VARIABLE` in two different environments.
13281328

13291329
- Then, the user runs a custom build, which might read the user's Wrangler configuration file to find the source code entry-point:
13301330

0 commit comments

Comments
 (0)