Skip to content

Commit

Permalink
chore: fixed spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony D. Mays <anthony@morganlatimer.com>
  • Loading branch information
anthonydmays committed Mar 2, 2024
1 parent 0397068 commit 54f391c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lesson_03/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ In this assignment, you will modify a new project to include three quiz question
}
```
3. Make at least two questions for your quiz and _leave them unanswered_.
4. To provide answers, you will need to update the [application.yaml][test-config-file] file in the test directory. You can copy the example in the file to get started, but you must provide your own answers. To generate an encrypted answer, use [bcrypt.online](https://bcrypt.online).
4. To provide answers, you will need to update the [application.yml][test-config-file] file in the test directory. You can copy the example in the file to get started, but you must provide your own answers. To generate an encrypted answer, use [bcrypt.online](https://bcrypt.online).
5. Before attempting to submit your quiz, make sure to run the formatter on the code and run the tests to ensure that you've updated things correctly. These commands must be run from the [quiz][quiz-folder] sub-folder just like the previous assignment:
```bash
./gradlew spotlessApply
Expand Down

0 comments on commit 54f391c

Please sign in to comment.