瀏覽代碼

Updated snippet.

mitm 8 年之前
父節點
當前提交
d68db5828a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/docs/asciidoc/wiki/atom_snippets.adoc

+ 1 - 1
src/docs/asciidoc/wiki/atom_snippets.adoc

@@ -34,7 +34,7 @@ Edit this file to add snippets to the snippets.cson file for the link:https://at
 # Atom Flight Manual:
 # http://flight-manual.atom.io/using-atom/sections/basic-customization/#_cson
 '.source.asciidoc':
-  'InterDoc Cross Reference':
+  'Inter-Doc Cross Reference':
     'prefix': '<<'
     'body': '<<${1:path/to/wiki/page}#,${2:custom label text}>>'
 ----