More typos
This commit is contained in:
parent
edbcd0c496
commit
f73a10c30e
1 changed files with 17 additions and 5 deletions
|
@ -3,17 +3,17 @@ Date: Tue, 9 Aug 2016 00:53:13 -0400
|
||||||
Subject: Fixing typos on documentation.
|
Subject: Fixing typos on documentation.
|
||||||
|
|
||||||
---
|
---
|
||||||
doc/configuration.rst | 28 ++++++++++++++--------------
|
doc/configuration.rst | 32 ++++++++++++++++----------------
|
||||||
doc/development.rst | 2 +-
|
doc/development.rst | 2 +-
|
||||||
doc/install.rst | 2 +-
|
doc/install.rst | 2 +-
|
||||||
doc/install_evs.rst | 2 +-
|
doc/install_evs.rst | 2 +-
|
||||||
doc/install_webhooks.rst | 2 +-
|
doc/install_webhooks.rst | 2 +-
|
||||||
doc/usage/ticket_templates.rst | 2 +-
|
doc/usage/ticket_templates.rst | 2 +-
|
||||||
doc/usage/using_webhooks.rst | 2 +-
|
doc/usage/using_webhooks.rst | 2 +-
|
||||||
7 files changed, 20 insertions(+), 20 deletions(-)
|
7 files changed, 22 insertions(+), 22 deletions(-)
|
||||||
|
|
||||||
diff --git a/doc/configuration.rst b/doc/configuration.rst
|
diff --git a/doc/configuration.rst b/doc/configuration.rst
|
||||||
index eec82c7..cb910e4 100644
|
index eec82c7..b1d0886 100644
|
||||||
--- a/doc/configuration.rst
|
--- a/doc/configuration.rst
|
||||||
+++ b/doc/configuration.rst
|
+++ b/doc/configuration.rst
|
||||||
@@ -155,7 +155,7 @@ https.
|
@@ -155,7 +155,7 @@ https.
|
||||||
|
@ -52,6 +52,15 @@ index eec82c7..cb910e4 100644
|
||||||
sending emails.
|
sending emails.
|
||||||
|
|
||||||
Defaults to: ``localhost``.
|
Defaults to: ``localhost``.
|
||||||
|
@@ -346,7 +346,7 @@ Defaults to: ``localhost``.
|
||||||
|
SMTP_PORT
|
||||||
|
~~~~~~~~~
|
||||||
|
|
||||||
|
-This configuration key allow to define the SMTP server port.
|
||||||
|
+This configuration key allows one to define the SMTP server port.
|
||||||
|
|
||||||
|
SMTP by default uses TCP port 25. The protocol for mail submission is
|
||||||
|
the same, but uses port 587.
|
||||||
@@ -358,7 +358,7 @@ Defaults to: ``25``
|
@@ -358,7 +358,7 @@ Defaults to: ``25``
|
||||||
SMTP_SSL
|
SMTP_SSL
|
||||||
~~~~~~~~
|
~~~~~~~~
|
||||||
|
@ -97,15 +106,18 @@ index eec82c7..cb910e4 100644
|
||||||
Pagure supports currently two authentication methods, one relying on the
|
Pagure supports currently two authentication methods, one relying on the
|
||||||
Fedora Account System `FAS <https://admin.fedoraproject.org/accounts>`_,
|
Fedora Account System `FAS <https://admin.fedoraproject.org/accounts>`_,
|
||||||
the other relying on local user accounts.
|
the other relying on local user accounts.
|
||||||
@@ -435,7 +435,7 @@ Defaults to: ``fas``.
|
@@ -435,9 +435,9 @@ Defaults to: ``fas``.
|
||||||
IP_ALLOWED_INTERNAL
|
IP_ALLOWED_INTERNAL
|
||||||
~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
-This configuration key allows to specify which IP addresses are allowed
|
-This configuration key allows to specify which IP addresses are allowed
|
||||||
+This configuration key allows one to specify which IP addresses are allowed
|
+This configuration key allows one to specify which IP addresses are allowed
|
||||||
to access the internal API endpoint. These endpoints are accessed by the
|
to access the internal API endpoint. These endpoints are accessed by the
|
||||||
milters for example and allow to perform action in the name of someone else.
|
-milters for example and allow to perform action in the name of someone else.
|
||||||
|
+milters for example and allow one to perform action in the name of someone else.
|
||||||
So they are sensitive, thus the check for the origin of the request using
|
So they are sensitive, thus the check for the origin of the request using
|
||||||
|
these endpoints.
|
||||||
|
|
||||||
@@ -447,7 +447,7 @@ Defaults to: ``['127.0.0.1', 'localhost', '::1']``.
|
@@ -447,7 +447,7 @@ Defaults to: ``['127.0.0.1', 'localhost', '::1']``.
|
||||||
MAX_CONTENT_LENGTH
|
MAX_CONTENT_LENGTH
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
Loading…
Reference in a new issue