Skip to content

Commit ad5d3b8

Browse files
authored
fix: corrects slide for lesson 26 (#595)
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 6027da8 commit ad5d3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slides/src/Slides/Lessons/Lesson26.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function Lesson26() {
105105
</tr>
106106
<tr>
107107
<td>/api/books/{book id}</td>
108-
<td>POST</td>
108+
<td>PUT</td>
109109
<td>Update an existing book with the given ID</td>
110110
</tr>
111111
<tr>

0 commit comments

Comments
 (0)