Skip to content

Commit 60af24f

Browse files
authored
Update README.md
Update README spelling and grammar.
1 parent 001de35 commit 60af24f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ this project.
1515

1616
### HTML
1717

18-
The `src/main?html` directory contains only a single file as this is a single paged
18+
The `src/main/html` directory contains only a single file as this is a single paged
1919
application. This single html file is placed in the root of the outputted build
2020
file since it is the single entry point of this web app.
2121

@@ -39,7 +39,7 @@ The [`src/main/ts/quiz`][ts quiz directory] directory contains the TypeScript cl
3939

4040
- [`question.ts`][question.ts]
4141

42-
This file contains the model for a quiz questions. This class contains 2 properties:
42+
This file contains the model for a quiz question. This class contains 2 properties:
4343

4444
1. `promptText` which is the text of the question asked to the user.
4545
1. `answers` which is an array of [`answer`][answer.ts] objects that the user can pick from when answering the question
@@ -56,8 +56,8 @@ The [`src/main/ts/quiz`][ts quiz directory] directory contains the TypeScript cl
5656

5757
### ts/dom-component directory
5858

59-
The [`src/main/ts/dom-component`][ts dom-component directory] directory contains the controller for dom object that contains
60-
the lists of answers and the function used to create an HTML answer button.
59+
The [src/main/ts/dom-component][ts dom-component directory] directory contains the controller for the DOM object, which
60+
includes the list of answers and the function used to create an HTML answer button.
6161

6262
- [`answer-lists-controller.ts`][answer-lists-controller.ts]
6363

@@ -85,7 +85,7 @@ the lists of answers and the function used to create an HTML answer button.
8585

8686
The [`./src/main/scss`][scss directory] directory contains the single scss file compiled to this web app's css. It contains the source code used to hide elements by default and apply some minor custom styling.
8787

88-
## Screen shot preview
88+
## Screenshot preview
8989

9090
1. The user is initially prompted to start the quiz:
9191

0 commit comments

Comments
 (0)