Skip to content

Commit f04ad3a

Browse files
authored
Merge pull request #447 from jplhomer/patch-1
Simple typo fix
2 parents 3f939db + 1d8beaa commit f04ad3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

troubleshooting.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
### Cures {#dom-diffing-cures}
2727
* Ensure your component has a single-level root element
28-
* Add `wire:key` to elements inside loops (the value to `wire:key` must be unique accross the page):
28+
* Add `wire:key` to elements inside loops (the value to `wire:key` must be unique across the page):
2929
@component('components.code')
3030
@verbatim
3131
<ul>

0 commit comments

Comments
 (0)