From 282248034b5dc1b46ebb723ec514f1afa82b6713 Mon Sep 17 00:00:00 2001 From: Gourav Date: Mon, 5 Feb 2024 10:51:23 +0530 Subject: [PATCH] Fix the grammar for README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5752ae..e40b553 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Chrome extension that auto-formats JSON when you view it in a browser tab. - Buttons for toggling between raw and parsed JSON - ~~Parsed JSON is exported as a global variable, `json`, so you can inspect it in the console~~* -> *Typing `json` the in console is not working since Manifest v3. If you need a workaround, paste this snippet into the console: +> *Typing `json` in the console is not working since Manifest v3. If you need a workaround, paste this snippet into the console: > > ```js > json = JSON.parse(document.getElementById("jsonFormatterRaw").querySelector("pre").innerText)