fix grammar in workflow.rst file

removed a before detailed API information - unnecessary
changed are to is after data

Change-Id: Iffc0a15d7f24923e7faf99b17e3ce4c769c9ee8f
Closes-Bug: #1401194
This commit is contained in:
Shilla Saebi 2014-12-09 22:50:50 -05:00
parent 1bce788cc9
commit e8524a70f9
1 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ aims to bring that capability within everyday reach.
.. seealso::
For a detailed API information check out the :doc:`Workflows Reference
For detailed API information refer to the :doc:`Workflows Reference
Guide </ref/workflows>`.
Workflows
@ -18,10 +18,10 @@ Workflows are complex forms with tabs, each workflow must consist of classes
extending the :class:`~horizon.workflows.Workflow`,
:class:`~horizon.workflows.Step` and :class:`~horizon.workflows.Action`
Complex example of workflow
----------------------------
Complex example of a workflow
------------------------------
The following is a complex example of how data are exchanged between
The following is a complex example of how data is exchanged between
urls, views, workflows and templates:
#. In ``urls.py``, we have the named parameter. E.g. ``resource_class_id``. ::