diff options
author | Daniel S. McCain <[email protected]> | 2015-11-22 16:51:04 +0100 |
---|---|---|
committer | Daniel S. McCain <[email protected]> | 2015-11-22 16:51:04 +0100 |
commit | 9703566b08e25e1cde3c1adeb7de3d3ba6241079 (patch) | |
tree | 11fcf3cf4444ea631cca9f5dc0100677e3d1f6dc /doc/src/guide | |
parent | e79528f1725104d4bc2325498526dd8288b0b8d1 (diff) | |
download | erlang.mk-9703566b08e25e1cde3c1adeb7de3d3ba6241079.tar.gz erlang.mk-9703566b08e25e1cde3c1adeb7de3d3ba6241079.tar.bz2 erlang.mk-9703566b08e25e1cde3c1adeb7de3d3ba6241079.zip |
Fix documentation typo
Diffstat (limited to 'doc/src/guide')
-rw-r--r-- | doc/src/guide/external_plugins.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/guide/external_plugins.asciidoc b/doc/src/guide/external_plugins.asciidoc index 027b1b9..6f7acd5 100644 --- a/doc/src/guide/external_plugins.asciidoc +++ b/doc/src/guide/external_plugins.asciidoc @@ -60,7 +60,7 @@ the recommended way is to create one file per plugin in the 'mk/' folder in your repository, and then include those individual plugins in 'plugins.mk'. -For eaxmple, if you have two plugins 'mk/dist.mk' and +For example, if you have two plugins 'mk/dist.mk' and 'mk/templates.mk', you could write the following 'plugins.mk' file: |