Skip to content

Commit

Permalink
Fix a single typo (#516)
Browse files Browse the repository at this point in the history
"build" is the command to build a project, but the correct tense in the context of that sentence would be "built"
  • Loading branch information
shawazi authored Sep 30, 2024
1 parent 3c33a0e commit d2dfdeb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ import idl from "./idl.json";

You would _ideally_ also require types for the IDL which would make it easier to
interact with the program. The types can be found at `/target/types` folder
after you have build your program. Here are the types for the above IDL which
after you have built your program. Here are the types for the above IDL which
when you notice has the exact same structure as the IDL but are just as type
helper.

Expand Down

0 comments on commit d2dfdeb

Please sign in to comment.