Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 174e4e8

Browse files
author
Jim Heising
committed
Fixed speeling error :)
1 parent 7e43f6d commit 174e4e8

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

docs/build-docs.sh

100644100755
File mode changed.

docs/plugin_example.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ <h3 id="datasource-definition">Datasource Definition</h3>
239239

240240
</div>
241241

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

examples/plugin_example.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
// **default_value** : A default value for this setting.
4141
"default_value": "John",
4242
// **description** : Text that will be displayed below the setting to give the user any extra information.
43-
"description" : "This is pretty self explanitory..."
43+
"description" : "This is pretty self explanatory..."
4444
},
4545
{
4646
"name" : "last_name",

0 commit comments

Comments
 (0)