Skip to content

Commit 4c3cfe2

Browse files
authored
Merge pull request #261 from mohammedyh/patch-1
fix: remove stray parenthesis in lifecycle hook guidance in livewire guidelines
2 parents 9ab2c14 + 63dbad9 commit 4c3cfe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ai/livewire/core.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
@endforeach
1818
```
1919
@endverbatim
20-
- Prefer lifecycle hooks like `mount()`, `updatedFoo()`) for initialization and reactive side effects:
20+
- Prefer lifecycle hooks like `mount()`, `updatedFoo()` for initialization and reactive side effects:
2121
@verbatim
2222
<code-snippet name="Lifecycle hook examples" lang="php">
2323
public function mount(User $user) { $this->user = $user; }

0 commit comments

Comments
 (0)