Browse Source

Fix option name

Sebastian Podjasek 9 years ago
parent
commit
96fb1bf2d4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/_includes/options-old/core-options.html

+ 2 - 2
docs/_includes/options-old/core-options.html

@@ -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">