Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixing small syntax error
  • Loading branch information
sakreter committed Mar 7, 2018
commit a60b503fd362577f4fab95a5e2518b553ec284e9
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@
"description": "The row size of the terminal"
},
"column": {
"type": "interger",
"type": "integer",
"description": "The column size of the terminal"
}
}
Expand Down