Correct typo in prompts section of README#1
Conversation
Fixed a typo in the README regarding prompts.
There was a problem hiding this comment.
This PR removes a trailing period from line 12 of the README. The change is minor and does not introduce any defects. The documentation remains functional.
You can now have the agent implement changes and create commits directly on your pull request's source branch. Simply comment with /q followed by your request in natural language to ask the agent to make changes.
There was a problem hiding this comment.
Pull request overview
This PR aims to correct a typo in the README section about prompts.
Changes:
- Updates the wording/punctuation of item 4 in the “Alcance del Programa” list.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| 2. Aprenderemos a utilizar la herramienta para generar casos de pruebas automatizados y a validar las respuestas generadas por la IA. | ||
| 3. Utilizaremos el proyecto base de Cypress y Cucumber para implementar los casos de pruebas generados por Copilot. | ||
| 4. Elaboraremos promtms utlizando haciendo refencia a toda una solución: @workspace o a un archivo en especifico #file. | ||
| 4. Elaboraremos promtms utlizando haciendo refencia a toda una solución: @workspace o a un archivo en especifico #file |
There was a problem hiding this comment.
La línea sigue conteniendo varios errores ortográficos y de puntuación (el PR no corrige realmente el “typo”): “promtms”, “utlizando”, “refencia”, “especifico” y falta el punto final (consistencia con los ítems 1–3). Ajustar el texto para usar “prompts/utilizando/referencia/específico” y cerrar con punto.
| 4. Elaboraremos promtms utlizando haciendo refencia a toda una solución: @workspace o a un archivo en especifico #file | |
| 4. Elaboraremos prompts utilizando haciendo referencia a toda una solución: @workspace o a un archivo en específico #file. |
Fixed a typo in the README regarding prompts.