Skip to content

Commit

Permalink
Typo fix in docs (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
CiottiGiorgio committed Dec 8, 2022
1 parent de90e93 commit 8541197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Overview
========

With PyTeal, developers can easily write `Algorand Smart Contracts (ASC1s) <https://developer.algorand.org/docs/features/asc1/>`_ in Python.
PyTeal supports both stateless and statefull smart contracts.
PyTeal supports both stateless and stateful smart contracts.

Below is an example of writing a basic stateless smart contract that allows a specific receiver to withdraw funds from an account.

Expand Down

0 comments on commit 8541197

Please sign in to comment.