Skip to content
Permalink
Browse files
Minor spelling mistake
  • Loading branch information
harjaus committed Sep 21, 2019
1 parent e486943 commit d2c7f538ad94b7e58f16a96dfc30db7504ff84a5
Showing 1 changed file with 1 addition and 1 deletion.
@@ -85,7 +85,7 @@ Start the server and access the `/books/1` route. What is displayed in the web b
2. Note that it is itself a JavaScript object and that it contains a single property called `index` which matches the name of the URL segment.
3. The value of this property is the string we added to the URL.
4. This index value is used to look up the title of the book in the array, the book title is stored in a constant.
5. Finally the book title is send to the web browser.
5. Finally the book title is sent to the web browser.

#### 1.3.1 Core Knowledge

0 comments on commit d2c7f53

Please sign in to comment.