Skip to content

Commit

Permalink
docs: speeling
Browse files Browse the repository at this point in the history
Co-authored-by: antazoey <[email protected]>
  • Loading branch information
mikeshultz and antazoey authored Mar 19, 2024
1 parent c043237 commit 5a3273d
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 @@ -40,7 +40,7 @@ The `.vy` files in your project will compile into `ContractTypes` that you can d

### Contract Flattening

For ease of pubulishing, validation, and some other cases it's sometimes useful to "flatten" your contract into a single file.
For ease of publishing, validation, and some other cases it's sometimes useful to "flatten" your contract into a single file.
This combines your contract and any imported interfaces together in a way the compiler can understand.
You can do so with a command like this:

Expand Down

0 comments on commit 5a3273d

Please sign in to comment.