Skip to content

Commit 0360acb

Browse files
committed
tiny wording fixes
1 parent 3531f64 commit 0360acb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ada-project-docs/wave_03.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A task's `is_complete` is `true` when there is a datetime for the task's `comple
1010

1111
## Requirements
1212

13-
The following route is required for wave 3.
13+
The following are required routes for wave 3. Feel free to implement the routes in any order within this wave.
1414

1515
### Tips
1616

ada-project-docs/wave_05.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Our goal for this wave is to be able to create, read, update, and delete differe
1717

1818
There should be a `Goal` model that lives in `app/models/goal.py`.
1919

20-
Goals should contain these attributes. Feel free to change the name of the `goal_id` column if you would like. **The tests require the remaining column to be named exactly** as `title`.
20+
Goals should contain these attributes. Feel free to change the name of the `goal_id` column if you would like. **The tests require the title column to be named exactly** as `title`.
2121

2222
- `goal_id`: a primary key for each goal
2323
- `title`: text to name the goal

0 commit comments

Comments
 (0)