Skip to content

Commit

Permalink
Fixed capitalized H in The
Browse files Browse the repository at this point in the history
  • Loading branch information
easysnipe authored Jan 3, 2024
1 parent 347792b commit 8f25498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/crash-course/chialisp-and-typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ npm run start

## Crafting a Solution

THe solution for this puzzle consists of a list of conditions. To write Chialisp within JavaScript we can use the `Program.fromSource()` method.
The solution for this puzzle consists of a list of conditions. To write Chialisp within JavaScript we can use the `Program.fromSource()` method.
We will use a `51` (`CREATE_COIN`) condition delivering the value to our wallet puzzle hash.

```typescript
Expand Down

0 comments on commit 8f25498

Please sign in to comment.