Skip to content

Commit 52f2c40

Browse files
authored
Merge pull request #450 from mariowhowrites/patch-1
typhinted -> typehinted
2 parents 7a9e1aa + 61b477d commit 52f2c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

properties.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ public static function fromLivewire($value)
352352
@endslot
353353
@endcomponent
354354

355-
Now you can freely use this object as a public property of your component as long as that object implements the `Livewire\Wireable` interface AND the property is typhinted like so:
355+
Now you can freely use this object as a public property of your component as long as that object implements the `Livewire\Wireable` interface AND the property is typehinted like so:
356356

357357
@component('components.code-component')
358358
@slot('class')

0 commit comments

Comments
 (0)