Skip to content

Commit

Permalink
Fixed typo, closes jackmoore#235
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmoore committed Jun 9, 2015
1 parent 1333cdf commit 6fedb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h3>max-height 300px</h3>
<h3>no max-height</h3>
<textarea>The coconut palm (also, cocoanut), Cocos nucifera, is a member of the family Arecaceae (palm family). It is the only accepted species in the genus Cocos.[2] The term coconut can refer to the entire coconut palm, the seed, or the fruit, which, botanically, is a drupe, not a nut. The spelling cocoanut is an archaic form of the word.[3] The term is derived from 16th-century Portuguese and Spanish coco, meaning "head" or "skull",[4] from the three small holes on the coconut shell that resemble human facial features.</textarea>
</body>
<script src='../dest/autosize.js'></script>
<script src='../dist/autosize.js'></script>
<script>
autosize(document.querySelectorAll('textarea'));
</script>
Expand Down

0 comments on commit 6fedb01

Please sign in to comment.