We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceb7e5b commit 28f92c1Copy full SHA for 28f92c1
docs/api.rst
@@ -85,7 +85,7 @@ Stores details about each fee associated with a particular `Transfer`.
85
^^^^^^^^^^
86
87
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
+foreign key to a `User` object. It's nullable because you maybe delete a user
89
from your site but would likely want/need to keep financial record history.
90
91
There are lots of public API methods on `Customer` intances that are likely of
@@ -120,4 +120,4 @@ aggregates and other reporting needs.
120
121
122
`Charge`
123
-^^^^^^^^
+^^^^^^^^
0 commit comments