소스 검색

Fix option name

Sebastian Podjasek 9 년 전
부모
커밋
96fb1bf2d4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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">