We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef674fc commit e48f9a5Copy full SHA for e48f9a5
README.md
@@ -199,7 +199,7 @@ class ShowContact extends Component
199
The [Official Livewire documentation](https://livewire.laravel.com/docs/components#rendering-components) provides more information.
200
201
### Computed Properties
202
-When using Antlers, the computed properties are loaded automatically and only resolved when accessed.
+When using Antlers, the computed properties are loaded automatically and only resolve when accessed.
203
Simply access them as you would access a regular variable in the cascade.
204
Read more about [Computed Properties in the Livewire Docs](https://livewire.laravel.com/docs/computed-properties).
205
0 commit comments