From cfbfd538402970b1b200be419f3187a32d631289 Mon Sep 17 00:00:00 2001 From: Nate Norberg Date: Thu, 23 Aug 2018 09:51:25 -0600 Subject: [PATCH] Update `debug` description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fdcde63..14db91bd 100644 --- a/README.md +++ b/README.md @@ -242,7 +242,7 @@ renders it's HTML directly in the body. #### `debug` -This method is a shortcut for `console.log(prettyDOM(container))`. +This method is a shortcut for `console.log(prettyDOM(baseElement))`. ```javascript import {render} from 'react-testing-library'