Skip to content

Commit

Permalink
fix(docs): Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cbetta committed Dec 20, 2023
1 parent 9cfce75 commit 0e10388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Checkout sessions can also be passed within an Embed token:
"currency": "USD",
}

emebed_token = client.generate_embed_token(
embed_token = client.generate_embed_token(
embed_data=embed_data, checkout_session_id=checkout_session_id
)

Expand Down

0 comments on commit 0e10388

Please sign in to comment.