Skip to content

Commit 2d9b80c

Browse files
committed
Merge pull request #154 from jbarham/patch-1
Typo
2 parents ceb7e5b + 28f92c1 commit 2d9b80c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Stores details about each fee associated with a particular `Transfer`.
8585
^^^^^^^^^^
8686

8787
The `Customer` object maps to a customer record in Stripe and has a nullable
88-
foriegn key to a `User` object. It's nullable because you maybe delete a user
88+
foreign key to a `User` object. It's nullable because you maybe delete a user
8989
from your site but would likely want/need to keep financial record history.
9090

9191
There are lots of public API methods on `Customer` intances that are likely of
@@ -120,4 +120,4 @@ aggregates and other reporting needs.
120120

121121

122122
`Charge`
123-
^^^^^^^^
123+
^^^^^^^^

0 commit comments

Comments
 (0)