Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2019-02-25 13:42:31 +0300
committerRémy Coutable <remy@rymai.me>2019-02-26 14:25:01 +0300
commitf49aeacdd0b20cc270423409efaf82b26ced4836 (patch)
treededb3e19d12ee75882fa900a842a4c794b4fb9cf /app/assets/javascripts/releases
parente63d2e7d7573b76cd0693674821fb155bfb25d34 (diff)
Merge branch 'fix-misspellings-app-comments' into 'master'
Fix misspellings in app/spec comments See merge request gitlab-org/gitlab-ce!25517
Diffstat (limited to 'app/assets/javascripts/releases')
-rw-r--r--app/assets/javascripts/releases/store/actions.js2
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