Merge "Fix a typo"

This commit is contained in:
Jenkins 2017-05-05 10:22:19 +00:00 committed by Gerrit Code Review
commit b108e3997e
3 changed files with 3 additions and 3 deletions
openstack_dashboard/static/app/core/openstack-service-api

@ -392,7 +392,7 @@
* @description
* Update a single project quota data.
* @param {application/json} quota
* A JSON object with the atributes to set to new quota values.
* A JSON object with the attributes to set to new quota values.
* @param {string} projectId
* Specifies the id of the project that'll have the quota data updated.
*/

@ -321,7 +321,7 @@
* @description
* Update a single project quota data.
* @param {application/json} quota
* A JSON object with the atributes to set to new quota values.
* A JSON object with the attributes to set to new quota values.
* @param {string} projectId
* Specifies the id of the project that'll have the quota data updated.
*/

@ -735,7 +735,7 @@
* @description
* Update a single project quota data.
* @param {application/json} quota
* A JSON object with the atributes to set to new quota values.
* A JSON object with the attributes to set to new quota values.
* @param {string} projectId
* Specifies the id of the project that'll have the quota data updated.
*/