From fcabce4e2218b6e0f42276f93ed5f23e194e68bd Mon Sep 17 00:00:00 2001 From: John Reilly Date: Tue, 22 Oct 2024 20:47:35 +0100 Subject: [PATCH] docs: fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa6a94b59..7832a32ee 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## What is this library? -This library allows you to make render-per-render asserions on your React +This library allows you to make render-per-render assertions on your React components and hooks. This is usually not necessary, but can be highly beneficial when testing hot code paths.