Clarify description of implicit alias. (#3578)

* Clarify description of implicit alias.

I was trying to look up the alias to use for DNS Zone. From the docs
the alias I should use would be dns zone, but in reality it is dns-zone.
This change updates the comments to describe how to derive the
implicit name of a given alias.

* Further clarify description of implicit alias.

@pchaigno requested replacing the Ruby with English.
This commit is contained in:
Nathan Phillip Brink
2017-04-24 12:54:37 -04:00
committed by Colin Seymour
parent 461c27c066
commit eef0335c5f

View File

@@ -2,7 +2,8 @@
#
# type - Either data, programming, markup, prose, or nil
# aliases - An Array of additional aliases (implicitly
# includes name.downcase)
# includes the lowercase name with spaces replaced
# by dashes)
# ace_mode - A String name of the Ace Mode used for highlighting whenever
# a file is edited. This must match one of the filenames in http://git.io/3XO_Cg.
# Use "text" if a mode does not exist.