diff --git a/source/guide/index.md b/source/guide/index.md index 5b0fdb7950..e24f21ffb5 100644 --- a/source/guide/index.md +++ b/source/guide/index.md @@ -77,7 +77,7 @@ You can also use mustache-style bindings, both in text and in attributes. They a Although it is convenient, there are a few things you need to be aware of: -

The `src` attribute on an `` element makes an HTTP requests when a value is set, so when the template is first parsed it will result in a 404. In this case `v-attr` is preferred.

+

The `src` attribute on an `` element makes an HTTP request when a value is set, so when the template is first parsed it will result in a 404. In this case `v-attr` is preferred.

Internet Explorer will remove invalid inline `style` attributes when parsing HTML, so always use `v-style` when binding inline CSS if you want to support IE.

@@ -183,4 +183,4 @@ You probably have a few questions in mind now - don't worry, we'll cover them so [AngularJS]: http://angularjs.org [KnockoutJS]: http://knockoutjs.com [Ractive.js]: http://ractivejs.org -[Rivets.js]: http://www.rivetsjs.com \ No newline at end of file +[Rivets.js]: http://www.rivetsjs.com