Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
changing defual to default
  • Loading branch information
zippeurfou committed Nov 17, 2016
1 parent 79ea346 commit 6dfef8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/SLACK_MESSAGE_MESSAGE_BUILDER.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ _Arguments_:
| addField | No | title (string, required), value (string, required), isShort (boolean, optional) | `this` for chaining | Adds a field to the latest attachment |
| addAction | No | text (string, required), name (string, required), value (string, required), style (string, optional) | `this` for chaining | Adds an action button to the latest attachment, you can add up to 5 buttons per attachment, style can be 'primary' or 'danger' |
| getLatestAction | No | No args. | `this` for chaining | Returns the latest action, for internal use |
| addConfirmation | No | title (string, required), text (string, required), okLabel (string, optional), dismissLabel (string, optional) | `this` for chaining | Adds a confimation popup for the latest action, defualt labels are 'Ok' and 'Dismiss' |
| addConfirmation | No | title (string, required), text (string, required), okLabel (string, optional), dismissLabel (string, optional) | `this` for chaining | Adds a confimation popup for the latest action, default labels are 'Ok' and 'Dismiss' |
| get | Yes | No args. | `this` for chaining | Get method is required and it returns a formatted JSON that is ready to be passed as a response to Slack |

### Example
Expand Down

0 comments on commit 6dfef8e

Please sign in to comment.