Skip to content

Commit

Permalink
Update sdk.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
aviau authored Aug 15, 2024
1 parent dbb9e0e commit 2dea08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ client = FlareApiClient(
)

# We don't need to generate an API token manually.
# We can already call this endpoiny and the library
# We can already call this endpoint and the library
# will automatically authenticate the request for us.
resp = client.get("https://api.flare.io/tokens/test")
print(resp.json())
Expand Down

0 comments on commit 2dea08b

Please sign in to comment.