diff --git a/packages/deft/src/coffee/promise/Promise.coffee b/packages/deft/src/coffee/promise/Promise.coffee index ff1951c..8a3b95e 100644 --- a/packages/deft/src/coffee/promise/Promise.coffee +++ b/packages/deft/src/coffee/promise/Promise.coffee @@ -20,7 +20,7 @@ value or rejected with any error thrown by the callback. ## [Basic Usage](https://github.com/deftjs/DeftJS/wiki/Promises%20API) -In it's most basic and common form, a method will create and return a Promise like this: +In its most basic and common form, a method will create and return a Promise like this: // A method in a service class which uses a Store and returns a Promise loadCompanies: function() { @@ -596,4 +596,4 @@ Ext.define( 'Deft.promise.Promise', target.CancellationError.prototype = new Error() target.CancellationError.constructor = target.CancellationError return -) \ No newline at end of file +)