Skip to content

Commit

Permalink
Update TextPastryCommands.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartManoj committed Jun 5, 2018
1 parent 9e0d457 commit 1b9e1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/TextPastryCommands.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
{"match": "^words no-repeat (.*)", "command": "text_pastry_words", "args": {"text": "$1", "repeat": false} },
{"match": "^words (.*)", "command": "text_pastry_words", "args": {"text": "$1"} },

// build-in commands
// built-in commands
{"match": "^uc$", "command": "upper_case"},
{"match": "^upper$", "command": "upper_case"},
{"match": "^lc$", "command": "lower_case"},
Expand Down

0 comments on commit 1b9e1e8

Please sign in to comment.