Skip to content

Commit 7a466fe

Browse files
Slight Wave 5 doc update for clarity
1 parent f109984 commit 7a466fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ada-project-docs/wave_05.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Our task list API should be able to work with an entity called `Goal`.
66
- `Goal`s are entities that describe a task a user wants to complete.
77
- They contain a title to name the goal.
88

9-
For this wave, we want to be able to create, read, update, and delete different `Goal`s. We will create RESTful routes for these different operations.
9+
Our plan for this wave is to be able to create, read, update, and delete different `Goal`s. We will create RESTful routes for these different operations.
1010

1111
## Writing Tests
1212

0 commit comments

Comments
 (0)