Skip to content

Commit 61b477d

Browse files
typhinted -> typehinted
1 parent 7a9e1aa commit 61b477d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

properties.blade.php

+1-1
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)