From 4c03414626dec06adca404471382964065e1feef Mon Sep 17 00:00:00 2001 From: Lukasz Kryger Date: Wed, 18 Jun 2014 15:28:21 +0100 Subject: [PATCH] Typo in the docs --- packages/deft/src/coffee/promise/Promise.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +)