diff options
author | Takuya Noguchi <takninnovationresearch@gmail.com> | 2019-02-25 17:08:04 +0900 |
---|---|---|
committer | Takuya Noguchi <takninnovationresearch@gmail.com> | 2019-02-25 17:25:19 +0900 |
commit | bbf479a36c4d33acbd2246255b1f33ffb8c9624f (patch) | |
tree | 777817ba0687f26dfb5980b10f0d1e318887fa1e /app/assets/javascripts/releases | |
parent | 9428db8ec834ada489c921ba1025b16af97e827f (diff) | |
download | gitlab-ce-bbf479a36c4d33acbd2246255b1f33ffb8c9624f.tar.gz |
Fix misspellings in app/spec comments
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Diffstat (limited to 'app/assets/javascripts/releases')
-rw-r--r-- | app/assets/javascripts/releases/store/actions.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/releases/store/actions.js b/app/assets/javascripts/releases/store/actions.js index baa2251403e..b5c4d54ac33 100644 --- a/app/assets/javascripts/releases/store/actions.js +++ b/app/assets/javascripts/releases/store/actions.js @@ -11,7 +11,7 @@ export const requestReleases = ({ commit }) => commit(types.REQUEST_RELEASES); /** * Fetches the main endpoint. * Will dispatch requestNamespace action before starting the request. - * Will dispatch receiveNamespaceSuccess if the request is successfull + * Will dispatch receiveNamespaceSuccess if the request is successful * Will dispatch receiveNamesapceError if the request returns an error * * @param {String} projectId |