Skip to content

Commit

Permalink
schema: adding missing comma to line 212 (#3772)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevens authored and DHowett committed Nov 28, 2019
1 parent eed351e commit a65587a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/cascadia/profiles.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
{ "$ref": "#/definitions/NewTabAction" },
{ "$ref": "#/definitions/SwitchToTabAction" },
{ "$ref": "#/definitions/MoveFocusAction" },
{ "$ref": "#/definitions/ResizePaneAction" }
{ "$ref": "#/definitions/ResizePaneAction" },
{ "$ref": "#/definitions/SplitPaneAction" }
]
},
Expand Down

0 comments on commit a65587a

Please sign in to comment.