From 24cced1a9b9cef3ececd0a759459f2c71a1777a0 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 29 Aug 2019 08:17:43 -0700 Subject: [PATCH] Remove duplication (#2308) --- content/docs/reference-test-renderer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/reference-test-renderer.md b/content/docs/reference-test-renderer.md index b0ac6f3b1..89312ca8c 100644 --- a/content/docs/reference-test-renderer.md +++ b/content/docs/reference-test-renderer.md @@ -149,7 +149,7 @@ Return an object representing the rendered tree. This tree only contains the pla testRenderer.toTree() ``` -Return an object representing the rendered tree. Unlike `toJSON()`, the representation is more detailed than the one provided by `toJSON()`, and includes the user-written components. You probably don't need this method unless you're writing your own assertion library on top of the test renderer. +Return an object representing the rendered tree. The representation is more detailed than the one provided by `toJSON()`, and includes the user-written components. You probably don't need this method unless you're writing your own assertion library on top of the test renderer. ### `testRenderer.update()` {#testrendererupdate}