Skip to content

Commit 7712360

Browse files
authored
fix entagle typo
1 parent 52f2c40 commit 7712360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
`$wire.set('foo', 'bar')` | Set the "foo" property on the component
7474
`$wire.set('foo', 'bar', true)` | Defer setting the "foo" property on the component
7575
`$wire.call('foo', ..args)` | Call the "foo" method with params on the component
76-
`x-data="{ foo: $wire.entangle('foo') }"` | Entagle the value of "foo" between Livewire and Alpine
76+
`x-data="{ foo: $wire.entangle('foo') }"` | Entangle the value of "foo" between Livewire and Alpine
7777
`$wire.entangle('foo').defer` | Only update Livewire's "foo" next time a Livewire request is fired
7878
@endcomponent
7979

0 commit comments

Comments
 (0)