From 78c8200f26baf3b6dbb385be6d85113834b65052 Mon Sep 17 00:00:00 2001 From: Jayesh Mangwani Date: Thu, 25 Apr 2024 20:26:43 +0530 Subject: [PATCH] fix typo for testing-on-browsers section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a8aabcdf1be..29a9e9b8ffdc 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ #### Table of Contents * [Local Development](#local-development) -* [Testing on browsers on simulators and emulators](#testing-on-browsers-on-simulators-and-emulators) +* [Testing on browsers in simulators and emulators](#testing-on-browsers-in-simulators-and-emulators) * [Running The Tests](#running-the-tests) * [Debugging](#debugging) * [App Structure and Conventions](#app-structure-and-conventions)