Skip to content

Commit 0128613

Browse files
committed
Fixing typos
1 parent b6d1673 commit 0128613

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

plugins.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1 id="presentation" class="page-header">
1010

1111
<p>Plugins are used to extend the possibilities of QueryBuilder either by adding new public method or by modifying
1212
default behaviour.</p>
13-
<p>Some plugins like <b>Mongo support</b> and <b>SQL support</b> don't require any configuration and are useable as
13+
<p>Some plugins like <b>Mongo support</b> and <b>SQL support</b> don't require any configuration and are usable as
1414
long as they are loaded. Other plugins must be manually activated with the <code>plugins</code> option. This option
1515
is an object where keys are plugin names and values are plugin configuration (or <code>null</code>).</p>
1616

@@ -26,7 +26,7 @@ <h1 id="presentation" class="page-header">
2626
<!-- @formatter:on -->
2727

2828
<p>You can find bellow the plugins shipped by default with QueryBuilder, with their identifiers.</p>
29-
<p><b>Want to create a new plugin ?</b> Check our <a href="{{site.github.url}}/dev/plugins.html">developper doc</a>.
29+
<p><b>Want to create a new plugin ?</b> Check our <a href="{{site.github.url}}/dev/plugins.html">developer doc</a>.
3030
</p>
3131
</section>
3232

@@ -152,7 +152,7 @@ <h4><code>.setRulesFromMongo(query)</code></h4>
152152

153153
<h3>Operators</h3>
154154
<p>The MongoDB module requires special configuration of operators to convert rules to a valid Mongo JSON and
155-
vis-versa. This configuration is stored in the <code>mongoOperators</code> and <code>mongoRuleOperators</code>
155+
vice-versa. This configuration is stored in the <code>mongoOperators</code> and <code>mongoRuleOperators</code>
156156
options, the keys are the operators types and the values are formatting functions, see <a
157157
href="{{site.blobUrl}}/src/plugins/mongodb-support/plugin.js#L10-L31"><i class="glyphicon glyphicon-file"></i>
158158
the source code</a> for more details.</p>
@@ -233,7 +233,7 @@ <h2 id="filter-description">
233233
</h2>
234234

235235
<p>Provides three ways to display a description about a filter: inline, <a
236-
href="http://getbootstrap.com/javascript/#popovers">Bootsrap Popover</a> or <a
236+
href="http://getbootstrap.com/javascript/#popovers">Bootstrap Popover</a> or <a
237237
href="http://bootboxjs.com">Bootbox</a>.</p>
238238
<p>The description is defined in the <code>description</code> attribute of each filter. It can contain HTML.</p>
239239
<!-- @formatter:off -->

0 commit comments

Comments
 (0)