From f75b69f0634ae0c48a6fa25038a235fa42c2fa81 Mon Sep 17 00:00:00 2001 From: Raphael Das Gupta Date: Fri, 27 Mar 2020 02:18:08 +0100 Subject: [PATCH] fix typo / grammar in docs landing page --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index d1a4130..f4e0fd6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -256,7 +256,7 @@ this version of redo are almost, but not quite, appropriate for testing any redo implementation. If you really must write a new version of redo, we invite you to thoroughly test it against the existing test suite to ensure compatibility. You can also steal our tests (with attribution, of course) -and include them in your own source package. We'd also love it it you +and include them in your own source package. We'd also love it if you contribute more automated tests when you find a bug, or send us patches if you find a test which is accidentally incompatible (as opposed to finding a real bug) with other redo implementations.