Fixed speeling error :)

pull/3/head
Jim Heising 2014-03-13 14:13:00 -07:00
parent 7e43f6d9fa
commit 174e4e8c82
3 changed files with 2 additions and 2 deletions

0
docs/build-docs.sh 100644 → 100755
View File

View File

@ -239,7 +239,7 @@
</div>
<div class="content"><div class='highlight'><pre> <span class="string">"description"</span> : <span class="string">"This is pretty self explanitory..."</span>
<div class="content"><div class='highlight'><pre> <span class="string">"description"</span> : <span class="string">"This is pretty self explanatory..."</span>
},
{
<span class="string">"name"</span> : <span class="string">"last_name"</span>,

View File

@ -40,7 +40,7 @@
// **default_value** : A default value for this setting.
"default_value": "John",
// **description** : Text that will be displayed below the setting to give the user any extra information.
"description" : "This is pretty self explanitory..."
"description" : "This is pretty self explanatory..."
},
{
"name" : "last_name",