Browse Source

Fix a typo

Thanks to Eric Pailleau for reporting it!
Loïc Hoguin 8 years ago
parent
commit
b0d3c70859
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/src/guide/releases.asciidoc

+ 1 - 1
doc/src/guide/releases.asciidoc

@@ -136,7 +136,7 @@ Add/Update the `overlay` section of your `relx.config`:
     {template, "rel/version", "version"}
 ]}.
 
-When you run `mare rel` it creates the file '$(RELX_OUTPUT_DIR)/example/version'
+When you run `make rel` it creates the file '$(RELX_OUTPUT_DIR)/example/version'
 which contains the version value generated by Relx.
 
 [source,bash]