Fixed speeling error :)
parent
7e43f6d9fa
commit
174e4e8c82
|
@ -239,7 +239,7 @@
|
||||||
|
|
||||||
</div>
|
</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>,
|
<span class="string">"name"</span> : <span class="string">"last_name"</span>,
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
// **default_value** : A default value for this setting.
|
// **default_value** : A default value for this setting.
|
||||||
"default_value": "John",
|
"default_value": "John",
|
||||||
// **description** : Text that will be displayed below the setting to give the user any extra information.
|
// **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",
|
"name" : "last_name",
|
||||||
|
|
Loading…
Reference in New Issue