Skip to content

Commit

Permalink
Fixing error in naming convention for rows and cols (#2651)
Browse files Browse the repository at this point in the history
  • Loading branch information
samkreter authored and alvadb committed Mar 15, 2018
1 parent 5a66260 commit 8d1a0b8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1121,11 +1121,11 @@
"type": "object",
"description": "The size of the terminal.",
"properties": {
"row":{
"rows":{
"type": "integer",
"description": "The row size of the terminal"
},
"column": {
"cols": {
"type": "integer",
"description": "The column size of the terminal"
}
Expand Down

0 comments on commit 8d1a0b8

Please sign in to comment.