summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_site/what-is-a-view/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_site/what-is-a-view/index.html b/_site/what-is-a-view/index.html
index 12203a1..87318cb 100644
--- a/_site/what-is-a-view/index.html
+++ b/_site/what-is-a-view/index.html
@@ -93,7 +93,7 @@
<h2>The "el" property</h2>
-<p>The "el" property references the DOM object created in the browser. Every Backbone.js view has an "el" property, and if it not defined, Backbone.js will construct its own, which is an empty div element.</p>
+<p>The "el" property references the DOM object created in the browser. Every Backbone.js view has an "el" property, and if it's not defined, Backbone.js will construct its own, which is an empty div element.</p>
<p>Let us set our view's "el" property to div#search_container, effectively making Backbone.View the owner of the DOM element.</p>