diff --git a/readme.md b/readme.md index 69341dd..7b4a22b 100644 --- a/readme.md +++ b/readme.md @@ -164,7 +164,7 @@ When using this syntax, we do not need to prefix named slots with `slot:` inside ### Nesting Antlers Component Partials -We may also nest partial components by including them within other components. Like with regular components, we most specify what values we want to be passed along to our nested components: +We may also nest partial components by including them within other components. Like with regular components, we must specify what values we want to be passed along to our nested components: ```antlers