Commit f08b4a7e authored by Stan Hu's avatar Stan Hu

Merge branch 'patch-158' into 'master'

Change contraction "it's" to possessive "its"

See merge request gitlab-org/gitlab!34602
parents 6c09ab66 56862556
...@@ -141,7 +141,7 @@ function initFoo() { ...@@ -141,7 +141,7 @@ function initFoo() {
}); });
} }
// Vuex action can now reference the path from it's state :) // Vuex action can now reference the path from its state :)
export const fetchFoos = ({ state }) => { export const fetchFoos = ({ state }) => {
return axios.get(state.settings.fooPath); return axios.get(state.settings.fooPath);
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment