1
0
mirror of synced 2025-02-16 20:13:16 +03:00

Merge pull request #3780 from InWayOpenSource/master

Fix option name in documentation - fix #3470
This commit is contained in:
Kevin Brown 2015-09-17 20:26:23 -04:00
commit 8ad8f200ba

View File

@ -487,10 +487,10 @@ language: {
<dl class="dl-horizontal">
<dt>Key</dt>
<dd><code>templateSelection</code></dd>
<dd><code>templateResult</code></dd>
<dt>Value</dt>
<dd>A function taking a <code>selection</code> object</dd>
<dd>A function taking a <code>result</code> object</dd>
</dl>
<div class="alert alert-info">