From 30e969daba90871065f984c091a2bb2464d52c53 Mon Sep 17 00:00:00 2001 From: Elton Maiyo Date: Thu, 27 Oct 2022 00:36:20 +0300 Subject: [PATCH] Fix misquotation --- docs/api-guide/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-guide/testing.md b/docs/api-guide/testing.md index 261df80f2..b3c4edad8 100644 --- a/docs/api-guide/testing.md +++ b/docs/api-guide/testing.md @@ -5,7 +5,7 @@ source: # Testing -> Code without tests is broken as designed. +> Code without tests is broken by design. > > — [Jacob Kaplan-Moss][cite]