diff --git a/how-to/launchpad-api-docs.rst b/how-to/launchpad-api-docs.rst index 39ca046..becfbf3 100644 --- a/how-to/launchpad-api-docs.rst +++ b/how-to/launchpad-api-docs.rst @@ -8,7 +8,7 @@ web service versions, and links to version-specific documents. To define our web resources we are using the `lazr.restful `_ decorators and capabilities. These decorators are also responsible to generate -the related documentation for the exported field. +the related documentation for the exported fields. We can build Api Docs using ``make apidoc`` command: this command will generate the documentation under ``lib/canonical/launchpad/apidoc``.