Skip to content
This repository was archived by the owner on Mar 4, 2022. It is now read-only.

fix some typos #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Lab3.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ The Voice UI you built in
30. Scroll back to the top
31. Click '<- Method Execution'
32. Click 'Test'
33. Paste the following objet in 'Request Body'
33. Paste the following object in 'Request Body'

```javascript
{
Expand All @@ -133,7 +133,7 @@ The Voice UI you built in
33. Click ':zap: Test' button
34. On the top right you should see 'Status: 200'
35. Make sure the 'Response Body' is '{}'
36. There will be an item in you DynamoDB table with 'test-invoke-request' as it's 'FactId'
36. There will be an item in your DynamoDB table with 'test-invoke-request' as its 'FactId'

--------

Expand All @@ -142,6 +142,6 @@ The Voice UI you built in
--------

### Extra Credit 1 : Add a Get method that returns all the facts
### Extra Credit 2 : Add a method to edit a single fact by providing it's FactId
### Extra Credit 2 : Add a method to edit a single fact by providing its FactId

--------