summaryrefslogtreecommitdiffstats
path: root/docs/extending.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/extending.txt')
-rw-r--r--docs/extending.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/extending.txt b/docs/extending.txt
index bb94003..9e5dfbc 100644
--- a/docs/extending.txt
+++ b/docs/extending.txt
@@ -4,11 +4,12 @@
.. tags:
.. link:
.. description:
+.. author: The Nikola Team
Extending Nikola
================
-:Version: 7.6.4
+:Version: 7.7.3
:Author: Roberto Alsina <ralsina@netmanagers.com.ar>
.. class:: alert alert-info pull-right
@@ -122,7 +123,7 @@ For your own plugin, just change the values in a sensible way. The
'long': 'port',
'default': 8000,
'type': int,
- 'help': 'Port nummber (default: 8000)',
+ 'help': 'Port number (default: 8000)',
},
{
'name': 'address',
@@ -157,7 +158,7 @@ As mentioned above, a plugin can have options, which the user can see by doing
Usage: nikola serve [options]
Options:
- -p ARG, --port=ARG Port nummber (default: 8000)
+ -p ARG, --port=ARG Port number (default: 8000)
-a ARG, ----address=ARG Address to bind (default: 127.0.0.1)
$ nikola serve -p 9000