diff --git a/homestar-wasm/README.md b/homestar-wasm/README.md index b221d8fb..518e5b22 100644 --- a/homestar-wasm/README.md +++ b/homestar-wasm/README.md @@ -343,7 +343,7 @@ interpreted as one of a `string`, `char`, `list`, or an `enum` discriminant `"Green"` is converted into an `Ipld::String`, which is then translated and passed into `fn` as a enum argument (`color`). **You'll have to provide a - singular string that matches on one of the discriminants**. + string that matches on one of the discriminants**. * **WIT to IPLD Translation**: