From 2a9431280febc8e367bacb504b5eb2d927315f62 Mon Sep 17 00:00:00 2001 From: Dusch4593 Date: Wed, 9 Dec 2020 15:50:43 -0500 Subject: [PATCH] fixed a few spelling/ grammatical errors --- software_development_tutorial_template.md.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/software_development_tutorial_template.md.txt b/software_development_tutorial_template.md.txt index 37137fa..b6147cb 100644 --- a/software_development_tutorial_template.md.txt +++ b/software_development_tutorial_template.md.txt @@ -1,5 +1,5 @@ -Modify the title by changning the contents of the `` tag: +Modify the title by changing the contents of the `<title>` tag: ```js [label public/index.html] @@ -220,7 +220,7 @@ Here's a file full of code. The label on the first line lets you clearly state This HTML file is a template. If you open it directly in the browser, you will see an empty page. - You can add webfonts, meta tags, or analytics to this file. + You can add web fonts, meta tags, or analytics to this file. The build step will place the bundled scripts into the <body> tag. To begin the development, run `npm start` or `yarn start`.