diff options
Diffstat (limited to '_content/doc/tutorial')
| -rw-r--r-- | _content/doc/tutorial/database-access.md | 2 | ||||
| -rw-r--r-- | _content/doc/tutorial/web-service-gin.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/_content/doc/tutorial/database-access.md b/_content/doc/tutorial/database-access.md index 70955ccb..92fa2ec0 100644 --- a/_content/doc/tutorial/database-access.md +++ b/_content/doc/tutorial/database-access.md @@ -653,7 +653,7 @@ relational database. Suggested next topics: -* Take a look at the data acccess guide, which includes more information +* Take a look at the data access guide, which includes more information about the subjects only touched on here. * If you're new to Go, you'll find useful best practices described in diff --git a/_content/doc/tutorial/web-service-gin.md b/_content/doc/tutorial/web-service-gin.md index 88b36e2d..d8e163e5 100644 --- a/_content/doc/tutorial/web-service-gin.md +++ b/_content/doc/tutorial/web-service-gin.md @@ -324,7 +324,7 @@ code to handle a `POST` request to add an item. ## Write a handler to add a new item {#add_item} When the client makes a `POST` request at `/albums`, you want to add the album -described in the request body to the existing albums data. +described in the request body to the existing albums' data. To do this, you'll write the following: |
