From 04cde74a9dcc5bccfdb974421af9e8251ce218f5 Mon Sep 17 00:00:00 2001 From: Sergio Campbell Dev <51247757+SergioCampbell@users.noreply.github.com> Date: Sat, 13 May 2023 23:55:57 -0500 Subject: [PATCH] Update readme-es.md fix: wrong word fixed. --- readme-es.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme-es.md b/readme-es.md index a2b4ebd..d312948 100644 --- a/readme-es.md +++ b/readme-es.md @@ -126,7 +126,7 @@ La mayoría de los siguientes consejos son derivados de este principio //1. unidad que esta siendo testeada describe('Products Service', function() { describe('Add new product', function() { - //2. escenario y 3. quá se espera + //2. escenario y 3. qué se espera it('When no price is specified, then the product status is pending approval', ()=> { const newProduct = new ProductService().add(...); expect(newProduct.status).to.equal('pendingApproval');