Skip to content

Commit 129e89e

Browse files
gaearonrandycoulman
authored andcommitted
Remove "Defined Elsewhere" from the header
1 parent eaef928 commit 129e89e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-scripts/template/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can find the most recent version of this guide [here](https://github.com/fac
2020
- [Post-Processing CSS](#post-processing-css)
2121
- [Adding Images and Fonts](#adding-images-and-fonts)
2222
- [Using the `public` Folder](#using-the-public-folder)
23-
- [Using Global Variables Defined Elsewhere](#using-global-variables-defined-elsewhere)
23+
- [Using Global Variables](#using-global-variables)
2424
- [Adding Bootstrap](#adding-bootstrap)
2525
- [Adding Flow](#adding-flow)
2626
- [Adding Custom Environment Variables](#adding-custom-environment-variables)
@@ -387,7 +387,7 @@ However, it can be handy for referencing assets like [`manifest.webmanifest`](ht
387387

388388
Note that if you add a `<script>` that declares global variables, you also need to read the next section on using them.
389389

390-
## Using Global Variables Defined Elsewhere
390+
## Using Global Variables
391391

392392
When you include a script in the HTML file that defines global variables and try to use one of these variables in the code, the linter will complain because it cannot see the definition of the variable.
393393

0 commit comments

Comments
 (0)