Skip to content

Commit

Permalink
Update Fragment.md (#760)
Browse files Browse the repository at this point in the history
corrección de traducción y enlace al apuntando al sitio en español

Co-authored-by: Mateo Guzmán <20783123+mateoguzmana@users.noreply.github.com>
  • Loading branch information
NGHdeveloper and mateoguzmana committed Jun 26, 2023
1 parent 2933744 commit abcc43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/reference/react/Fragment.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Envuelve elementos en un `<Fragment>` para agruparlos en situaciones donde neces

#### Props {/*props*/}

- **Opcional** `key`: Los Fragmentos declarados con la sintaxis explícita `<Fragment>` pueden tener [llaves.](https://beta.reactjs.org/learn/rendering-lists#keeping-list-items-in-order-with-key)
- **Opcional** `key`: Los Fragmentos declarados con la sintaxis explícita `<Fragment>` pueden tener [*keys*.](/learn/rendering-lists#keeping-list-items-in-order-with-key)

#### Advertencias {/*caveats*/}

Expand Down

0 comments on commit abcc43a

Please sign in to comment.