summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes/stores/mutation_types.js
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2017-08-22 21:47:29 +0300
committerFatih Acet <acetfatih@gmail.com>2017-08-22 21:47:29 +0300
commit479670df94a4dea82350222c1b09c05e1e2ac18d (patch)
tree37da5ec62db482a1263d7fa04af18cd32f15fbeb /app/assets/javascripts/notes/stores/mutation_types.js
parent4e9f0a091ba0b160b0a09e3bdff2cfd8a75d00ae (diff)
downloadgitlab-ce-479670df94a4dea82350222c1b09c05e1e2ac18d.tar.gz
IssueNotesRefactor: Fix consistent typo.
Diffstat (limited to 'app/assets/javascripts/notes/stores/mutation_types.js')
-rw-r--r--app/assets/javascripts/notes/stores/mutation_types.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/notes/stores/mutation_types.js b/app/assets/javascripts/notes/stores/mutation_types.js
index 4eccc2af56e..cd71533ba9d 100644
--- a/app/assets/javascripts/notes/stores/mutation_types.js
+++ b/app/assets/javascripts/notes/stores/mutation_types.js
@@ -5,7 +5,7 @@ export const REMOVE_PLACEHOLDER_NOTES = 'REMOVE_PLACEHOLDER_NOTES';
export const SET_NOTES_DATA = 'SET_NOTES_DATA';
export const SET_ISSUE_DATA = 'SET_ISSUE_DATA';
export const SET_USER_DATA = 'SET_USER_DATA';
-export const SET_INITAL_NOTES = 'SET_INITIAL_NOTES';
+export const SET_INITIAL_NOTES = 'SET_INITIAL_NOTES';
export const SET_LAST_FETCHED_AT = 'SET_LAST_FETCHED_AT';
export const SET_TARGET_NOTE_HASH = 'SET_TARGET_NOTE_HASH';
export const SHOW_PLACEHOLDER_NOTE = 'SHOW_PLACEHOLDER_NOTE';