Skip to content

Commit

Permalink
Merge pull request #1204 from kaliber5/fix-documentation-of-is-settle…
Browse files Browse the repository at this point in the history
…d-property-of-button

isSettled property of Button was documented as isFulfilled
  • Loading branch information
simonihmig committed Aug 30, 2020
2 parents 9fceefb + ba7a12e commit 97953bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/bs-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ export default class Button extends Component {
/**
* Promise returned by `onClick` event has been succeeded or rejected.
*
* @property isFulfilled
* @property isSettled
* @type Boolean
* @private
*/
Expand Down

0 comments on commit 97953bc

Please sign in to comment.