Просмотр исходного кода

Update x-for documentation (#2848)

* Update x-for documentation

* Make documentation more concise
Scott Francis 3 лет назад
Родитель
Сommit
70fb65d28d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/docs/src/en/directives/for.md

+ 1 - 1
packages/docs/src/en/directives/for.md

@@ -33,7 +33,7 @@ There are two rules worth noting about `x-for`:
 <a name="keys"></a>
 ## Keys
 
-It is important to specify keys for each `x-for` iteration if you are going to be re-ordering items. Without dynamic keys, Alpine may have a hard time keeping track of what re-orders and will cause odd side-effects.
+It is important to specify unique keys for each `x-for` iteration if you are going to be re-ordering items. Without dynamic keys, Alpine may have a hard time keeping track of what re-orders and will cause odd side-effects.
 
 ```alpine
 <ul x-data="{ colors: [