Browse Source

Updated snippet.

mitm 8 years ago
parent
commit
d68db5828a
1 changed files with 1 additions and 1 deletions
  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}>>'
 ----