Skip to content

Commit dbae1d6

Browse files
committed
Merge pull request #49 from mickelus/patch-1
Corrected a minor typo
2 parents 2e746e3 + 8954119 commit dbae1d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/guide/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ You can also use mustache-style bindings, both in text and in attributes. They a
7777

7878
Although it is convenient, there are a few things you need to be aware of:
7979

80-
<p class="tip">The `src` attribute on an `<image>` 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.</p>
80+
<p class="tip">The `src` attribute on an `<image>` 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.</p>
8181

8282
<p class="tip">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.</p>
8383

@@ -183,4 +183,4 @@ You probably have a few questions in mind now - don't worry, we'll cover them so
183183
[AngularJS]: http://angularjs.org
184184
[KnockoutJS]: http://knockoutjs.com
185185
[Ractive.js]: http://ractivejs.org
186-
[Rivets.js]: http://www.rivetsjs.com
186+
[Rivets.js]: http://www.rivetsjs.com

0 commit comments

Comments
 (0)