Commit f1584c7c authored by David Stutz's avatar David Stutz

Merge pull request #240 from philfreo/patch-1

fix typos
parents c4365826 1e2c1f5b
...@@ -453,7 +453,7 @@ ...@@ -453,7 +453,7 @@
</select> </select>
</td> </td>
<td> <td>
Specifiy an alternaitve label for the options: <code>&lt;option label=&quot;label&quot;&gt;&lt;/option&gt;</code> Specify an alternative label for the options: <code>&lt;option label=&quot;label&quot;&gt;&lt;/option&gt;</code>
</td> </td>
</tr> </tr>
<tr> <tr>
......
...@@ -810,7 +810,7 @@ ...@@ -810,7 +810,7 @@
}, },
/** /**
* Update the button text and its title base don the currenty selected options. * Update the button text and its title based on the currently selected options.
*/ */
updateButtonText: function() { updateButtonText: function() {
var options = this.getSelected(); var options = this.getSelected();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment