diff --git a/docs/tutorial/7-schemas-and-client-libraries.md b/docs/tutorial/7-schemas-and-client-libraries.md index c89dcd3d7..8d772a5bf 100644 --- a/docs/tutorial/7-schemas-and-client-libraries.md +++ b/docs/tutorial/7-schemas-and-client-libraries.md @@ -131,8 +131,8 @@ the highlight HTML for a particular snippet we need to provide an id. ## Authenticating our client -If we want to be able to create and edit snippets, we'll need to authenticate -as a valid user. In this case we'll just use basic auth. +If we want to be able to create, edit and delete snippets, we'll need to +authenticate as a valid user. In this case we'll just use basic auth. Make sure to replace the `` and `` below with your actual username and password.