From 394780e58e015f67723e746a6f4f127c704fdd6b Mon Sep 17 00:00:00 2001 From: HeeCheolKim <35059687+heecheolman@users.noreply.github.com> Date: Mon, 8 Aug 2022 21:04:52 +0900 Subject: [PATCH] Update README.md Word Fix * Before: `undestanding` > https://callstack.github.io/react-native-testing-library/docs/undestanding-act/ * After: `understanding` > https://callstack.github.io/react-native-testing-library/docs/understanding-act/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cef41cdd8..df64e87b3 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ The [public API](https://callstack.github.io/react-native-testing-library/docs/a ## Troubleshooting -- [Understanding `act` function](https://callstack.github.io/react-native-testing-library/docs/undestanding-act) +- [Understanding `act` function](https://callstack.github.io/react-native-testing-library/docs/understanding-act) ## Related External Resources