Skip to content

Commit

Permalink
Merge pull request #464 from easysnipe/patch-3
Browse files Browse the repository at this point in the history
Fixed capitalized H in The
  • Loading branch information
hoffmang9 authored Jan 3, 2024
2 parents 347792b + 8f25498 commit d0113ce
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 d0113ce

Please sign in to comment.