From f070cdf6c9d1debb24f1189f88a65476b4381acd Mon Sep 17 00:00:00 2001 From: eamahanna Date: Mon, 12 Oct 2020 15:30:32 -0800 Subject: [PATCH] fix typo --- docs/adrs/0002-integration-testing-library.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adrs/0002-integration-testing-library.md b/docs/adrs/0002-integration-testing-library.md index f6da6a5a6a..26420a8d29 100644 --- a/docs/adrs/0002-integration-testing-library.md +++ b/docs/adrs/0002-integration-testing-library.md @@ -36,7 +36,7 @@ There will be overhead to create and maintain additional tests. * `+` Supports iframes * `-` Steep learning curve for new developers * `-` Challenging to implement -* `-` Test execution is slows +* `-` Test execution is slow * `-` Can be flaky ### Cypress