We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f939db + 1d8beaa commit f04ad3aCopy full SHA for f04ad3a
troubleshooting.blade.php
@@ -25,7 +25,7 @@
25
26
### Cures {#dom-diffing-cures}
27
* 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):
+* Add `wire:key` to elements inside loops (the value to `wire:key` must be unique across the page):
29
@component('components.code')
30
@verbatim
31
<ul>
0 commit comments