From f8215642d498098d1b708cec0f6d88ef966b9500 Mon Sep 17 00:00:00 2001 From: Colin Dellow Date: Sun, 15 Jul 2018 08:27:55 -0400 Subject: [PATCH] copyedit: typo in testing.md --- docs/src/pages/guides/testing/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/guides/testing/testing.md b/docs/src/pages/guides/testing/testing.md index 286376d73c6ff6..8be3446cfb7b32 100644 --- a/docs/src/pages/guides/testing/testing.md +++ b/docs/src/pages/guides/testing/testing.md @@ -34,7 +34,7 @@ Aside from wrapping the enzyme API, it provides a `cleanUp` function. Rendering to a string is useful to test the behavior of the components that are used on the server. You can take advantage of this to assert the generated HTML string. -The `createRender()` function is ideal for this. This is just an alias for the enzyme API, which is only exposed for consitency. +The `createRender()` function is ideal for this. This is just an alias for the enzyme API, which is only exposed for consistency. ## API