diff --git a/docs/guides/crash-course/chialisp-and-typescript.md b/docs/guides/crash-course/chialisp-and-typescript.md index 08ed71422e..60e315fd65 100644 --- a/docs/guides/crash-course/chialisp-and-typescript.md +++ b/docs/guides/crash-course/chialisp-and-typescript.md @@ -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