From 134fb443b0687660939e947c9c4ef34d3d95ffdf Mon Sep 17 00:00:00 2001 From: Mehrdad Rafiee Date: Mon, 19 Aug 2019 00:46:39 -0700 Subject: [PATCH] fix typo! (#128) based on this link, plural form of "test case" is "test cases". --- contents/best-practice-questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/best-practice-questions.md b/contents/best-practice-questions.md index c2c86718..df5ff5f2 100644 --- a/contents/best-practice-questions.md +++ b/contents/best-practice-questions.md @@ -5,7 +5,7 @@ title: Best Practice Questions Here is a suggested schedule for revising and practicing algorithm questions on [LeetCode](https://leetcode.com). Sign up for an account if you don't already have one, it's critical to your success in interviewing! -When practicing, you are advised to treat it like a real coding interview and check through thoroughly before submitting. Consider even manually coming up with some tests cases and running through them to verify correctness! +When practicing, you are advised to treat it like a real coding interview and check through thoroughly before submitting. Consider even manually coming up with some test cases and running through them to verify correctness! ## Week 1 - Sequences