Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update contributor_docs/es/contributor_guidelines.md
Style correction

Co-authored-by: Seb Méndez <[email protected]>
  • Loading branch information
dianamgalindo and Guirdo authored Mar 18, 2024
commit 87d29c0b7a580a22b220e1f465feb9782c1a1eee
2 changes: 1 addition & 1 deletion contributor_docs/es/contributor_guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ Si quieres trabajar o contribuir al código base de p5.js 🌸 como desarrollado
```
npm ci
```
6. Crea una nueva <em>branch</em> (rama) del `main` <em>branch </em> (rama principal). Utiliza un nombre descriptivo al crear un nueva branch.
6. Crea una nueva rama de la rama `main`. Utiliza un nombre descriptivo al crear un nueva rama.

```
git checkout -b [branch_name]
Expand Down