Skip to content

Commit 42eb29c

Browse files
amandeepmittalm-allanson
authored andcommitted
fix: grammar and punctuation marks! (#11073)
* fix: grammer Fix punctuation and grammar for better readability. * Update docs/tutorial/part-eight/index.md Great! Co-Authored-By: amandeepmittal <[email protected]>
1 parent 1d1244b commit 42eb29c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorial/part-eight/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Lighthouse is included in Chrome DevTools. Running its audit -- and then address
2525

2626
Let's try it out!
2727

28-
First you need to create a production build of your Gatsby site. The Gatsby development server is optimized for making development fast; But the site that it generates, while closely resembling a production version of the site, isn't as optimized.
28+
First, you need to create a production build of your Gatsby site. The Gatsby development server is optimized for making development fast; But the site that it generates, while closely resembling a production version of the site, isn't as optimized.
2929

3030
### ✋ Create a production build
3131

@@ -73,7 +73,7 @@ Inclusion of a web app manifest is one of the three generally accepted [baseline
7373

7474
Quoting [Google](https://developers.google.com/web/fundamentals/web-app-manifest/):
7575

76-
> The web app manifest is a simple JSON file that tells the browser about your web application and how it should behave when 'installed' on the users mobile device or desktop.
76+
> The web app manifest is a simple JSON file that tells the browser about your web application and how it should behave when 'installed' on the user's mobile device or desktop.
7777
7878
[Gatsby's manifest plugin](/packages/gatsby-plugin-manifest/) configures Gatsby to create a `manifest.webmanifest` file on every site build.
7979

0 commit comments

Comments
 (0)