From 639250678effa664f1d05a887043d840c7d763bd Mon Sep 17 00:00:00 2001 From: Facundo Olano Date: Mon, 31 Jul 2017 19:09:28 -0300 Subject: [PATCH] Fix typo in CodeWalkthrough.md --- docs/CodeWalkthrough.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CodeWalkthrough.md b/docs/CodeWalkthrough.md index ee572e6..0ed40ed 100644 --- a/docs/CodeWalkthrough.md +++ b/docs/CodeWalkthrough.md @@ -449,7 +449,7 @@ Django, Rails, Handlebars or Mustache -- they map data to HTML -- except for two ## Kick Starting The App -Below, `run` is the called to kick off the application once the HTML page has loaded. +Below, `run` is called to kick off the application once the HTML page has loaded. It has two tasks: 1. Load the initial application state