← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~lgp171188/launchpad:fix-typo-howto-security into launchpad:master

 

Guruprasad has proposed merging ~lgp171188/launchpad:fix-typo-howto-security into launchpad:master.

Commit message:
Fix a typo in doc/how-to/security.rst

This should fix a failing test.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/426829
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~lgp171188/launchpad:fix-typo-howto-security into launchpad:master.
diff --git a/doc/how-to/security.rst b/doc/how-to/security.rst
index 35bdb89..0435a8a 100644
--- a/doc/how-to/security.rst
+++ b/doc/how-to/security.rst
@@ -114,7 +114,7 @@ to fetch the method from the object, so methods should be declared in
 ``interface`` or ``attributes`` even if they modify the object.
 
 3. Ensure that there is an ``<authorizations />`` directive in the package's
-   top-level ``configure.zcml` file that specifies the package's security
+   top-level ``configure.zcml`` file that specifies the package's security
    module. If it isn't there already, add one like:
 
 .. code-block:: xml