Skip to content

Commit

Permalink
Fixed speeling error :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Heising committed Mar 13, 2014
1 parent 7e43f6d commit 174e4e8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file modified docs/build-docs.sh 100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion docs/plugin_example.html
Expand Up @@ -239,7 +239,7 @@ <h3 id="datasource-definition">Datasource Definition</h3>

</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>,
Expand Down
2 changes: 1 addition & 1 deletion examples/plugin_example.js
Expand Up @@ -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",
Expand Down

0 comments on commit 174e4e8

Please sign in to comment.