Fix a plural mistake REVIEWING.rst

Reviewing the REVIEWING.rst of tempest,
I noticed a plural mistake.
The word "APIs" is plural and it shouldn't add 'a' in the front.
And there is an extra "that" before "which".
So I fix it.

Change-Id: I84d81f44314feadaebfcd4a834f854364328593b
This commit is contained in:
Chang Liu 2018-04-02 09:57:46 +08:00
parent 98cf467c58
commit 18610f9c54

View File

@ -42,8 +42,8 @@ be self verifying by running them in the gate.
API Stability API Stability
------------- -------------
Tests should only be added for a published stable APIs. If a patch contains Tests should only be added for published stable APIs. If a patch contains
tests for an API which hasn't been marked as stable or for an API that which tests for an API which hasn't been marked as stable or for an API which
doesn't conform to the `API stability guidelines doesn't conform to the `API stability guidelines
<https://wiki.openstack.org/wiki/Governance/Approved/APIStability>`_ then it <https://wiki.openstack.org/wiki/Governance/Approved/APIStability>`_ then it
should not be approved. should not be approved.