Skip to content

Commit 4acd832

Browse files
Update first-web-api.md (#19868)
Spell check and standardised capitalisation Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
1 parent d74506c commit 4acd832

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aspnetcore/tutorials/first-web-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@ Update the to-do item that has Id = 1 and set its name to "feed fish":
967967

968968
```json
969969
{
970-
"Id":1,
970+
"id":1,
971971
"name":"feed fish",
972972
"isComplete":true
973973
}
@@ -1394,7 +1394,7 @@ Update the to-do item that has Id = 1 and set its name to "feed fish":
13941394

13951395
```json
13961396
{
1397-
"Id":1,
1397+
"id":1,
13981398
"name":"feed fish",
13991399
"isComplete":true
14001400
}

0 commit comments

Comments
 (0)