aboutsummaryrefslogtreecommitdiffstats
path: root/src/markups.js
diff options
context:
space:
mode:
authorDiPeng2011-06-30 20:24:17 -0700
committerDiPeng2011-06-30 20:24:17 -0700
commitf606ffed4bc02737f57bec18db0875102dde0ea8 (patch)
tree065468baf10f1d2806e8e8c07ce420b0c1ce0e73 /src/markups.js
parentb49035a8c50f695d6de436213d0a0c8eeb8cd7f8 (diff)
downloadangular.js-f606ffed4bc02737f57bec18db0875102dde0ea8.tar.bz2
doc:markup: wrong spelling for Vojta, all DI's fault.
Diffstat (limited to 'src/markups.js')
-rw-r--r--src/markups.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/markups.js b/src/markups.js
index 09481187..329c8263 100644
--- a/src/markups.js
+++ b/src/markups.js
@@ -319,7 +319,7 @@ angularTextMarkup('option', function(text, textNode, parentElement){
<select id="select" ng:multiple="{{checked}}">
<option>Misko</option>
<option>Igor</option>
- <option>Vojita</option>
+ <option>Vojta</option>
<option>Di</option>
</select>
</doc:source>