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`.