From c11ba2af1fcb6ca766dc792498c54f791d33f38c Mon Sep 17 00:00:00 2001 From: Marco Richetta Date: Fri, 20 Dec 2019 19:18:55 -0300 Subject: [PATCH] Corrected some typos --- library-backend.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library-backend.js b/library-backend.js index ef3aa45..6ae3b67 100644 --- a/library-backend.js +++ b/library-backend.js @@ -27,9 +27,9 @@ let authors = [ ] /* - * It would be more sensible to assosiate book and the author by saving + * It would be more sensible to associate book and the author by saving * the author id instead of the name to the book. - * For simplicity we however save the author name. + * For simplicity we, however, save the author name. */ let books = [