From 48e19ccd7b5214e0564a847aae641b1658cce532 Mon Sep 17 00:00:00 2001 From: danzel-py <67574872+danzel-py@users.noreply.github.com> Date: Wed, 31 Mar 2021 15:17:19 +0700 Subject: [PATCH] fix: typo in instructions (#41696) --- .../quality-assurance-projects/sudoku-solver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/06-quality-assurance/quality-assurance-projects/sudoku-solver.md b/curriculum/challenges/english/06-quality-assurance/quality-assurance-projects/sudoku-solver.md index 849606c2e0..4f98851e00 100644 --- a/curriculum/challenges/english/06-quality-assurance/quality-assurance-projects/sudoku-solver.md +++ b/curriculum/challenges/english/06-quality-assurance/quality-assurance-projects/sudoku-solver.md @@ -39,7 +39,7 @@ Write the following tests in `tests/1_unit-tests.js`: - Logic handles an invalid region (3x3 grid) placement - Valid puzzle strings pass the solver - Invalid puzzle strings fail the solver -- Solver returns the the expected solution for an incomplete puzzzle +- Solver returns the the expected solution for an incomplete puzzle Write the following tests in `tests/2_functional-tests.js`