diff options
author | Jack Moore <hello@jacklmoore.com> | 2015-06-09 11:37:30 -0400 |
---|---|---|
committer | Jack Moore <hello@jacklmoore.com> | 2015-06-09 11:37:30 -0400 |
commit | 6fedb01644dba04fa70fb635d70415045c900f2b (patch) | |
tree | c43ad6dd168e5f177fc02bb3240ddb1d18851db2 | |
parent | 1333cdfb60623de083b30963eb05f37c4d258c7e (diff) | |
download | autosize-6fedb01644dba04fa70fb635d70415045c900f2b.zip autosize-6fedb01644dba04fa70fb635d70415045c900f2b.tar.gz autosize-6fedb01644dba04fa70fb635d70415045c900f2b.tar.bz2 |
Fixed typo, closes #235
-rw-r--r-- | example/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/index.html b/example/index.html index 0a26d9d..fdcdba1 100644 --- a/example/index.html +++ b/example/index.html @@ -22,7 +22,7 @@ <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> |