Skip to content

Commit

Permalink
docs: Fix tiny typo (1 letter) (#38463)
Browse files Browse the repository at this point in the history
Fix tiny typo
  • Loading branch information
holtzy committed Aug 22, 2023
1 parent fd8de34 commit 482031f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/reference/built-in-components/gatsby-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gatsby includes a built-in `<Script>` component that aids in loading scripts per

It offers a convenient way to declare different [loading strategies](#strategies), and a default loading strategy that gives Gatsby users strong performance out of the box. It supports both [scripts with sources](#scripts-with-sources) and [inline scripts](#inline-scripts).

Whether you want to leave the heavy lifting of managing scripts to Gatsby or you want maxiumum flexibility and control, the Gatsby `<Script>` component is a great tool for the job.
Whether you want to leave the heavy lifting of managing scripts to Gatsby or you want maximum flexibility and control, the Gatsby `<Script>` component is a great tool for the job.

## Using Gatsby Script in your site

Expand Down

0 comments on commit 482031f

Please sign in to comment.