Skip to content

Commit 066f61d

Browse files
committed
successful merge with Johnny
1 parent acf96c7 commit 066f61d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const actions = {
5050
//
5151
[types.registerComponent]: ({ state, commit }, payload) => {
5252
/* this action has a lot of mutations deployed
53-
Because we have to initialize a whole bunch of properties
53+
Because we have to initialize a whole bunch of propertiess
5454
which are determined by the choices made on the left hand panel
5555
*/
5656
const { componentName } = payload;

0 commit comments

Comments
 (0)