1
0
mirror of synced 2024-11-26 14:56:07 +03:00

Fix option name

This commit is contained in:
Sebastian Podjasek 2015-09-17 23:36:18 +02:00
parent 19861bfa38
commit 96fb1bf2d4

View File

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