Commit 5f15e560 authored by Dan Abramov's avatar Dan Abramov Committed by GitHub
Browse files

Remove "Defined Elsewhere" from the header

parent 61b123df
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -20,7 +20,7 @@ You can find the most recent version of this guide [here](https://github.com/fac
- [Post-Processing CSS](#post-processing-css)
- [Adding Images and Fonts](#adding-images-and-fonts)
- [Using the `public` Folder](#using-the-public-folder)
- [Using Global Variables Defined Elsewhere](#using-global-variables-defined-elsewhere)
- [Using Global Variables](#using-global-variables)
- [Adding Bootstrap](#adding-bootstrap)
- [Adding Flow](#adding-flow)
- [Adding Custom Environment Variables](#adding-custom-environment-variables)
......@@ -387,7 +387,7 @@ However, it can be handy for referencing assets like [`manifest.webmanifest`](ht
Note that if you add a `<script>` that declares global variables, you also need to read the next section on using them.
## Using Global Variables Defined Elsewhere
## Using Global Variables
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.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment