Commit 56862556 authored by Serena Fang's avatar Serena Fang

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

parent 85a85254
...@@ -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