Skip to content

Commit dc03ca4

Browse files
authored
Merge pull request #313 from polywrap/fix-typeo
fix: typo
2 parents b38431f + d23fc25 commit dc03ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ await Logging_Module.info({
386386

387387
This allows us to write all of our code in a type-safe manner, and allows for IDEs like VS Code to give us autocompletion suggestions via IntelliSense. Now we can explore our Wraps by simply importing them and trying them out!
388388

389-
### A real-world exmaple, revisited
389+
### A real-world example, revisited
390390

391391
Let's revisit our Uniswap V3 Wrap example from the Quick Start tutorial. If we wanted to invoke the Uniswap V3 Wrap without codegen, we had to write the following code:
392392

0 commit comments

Comments
 (0)