From 6b687e3257f57c5c6e30c717e2cc736ab8cbb1aa Mon Sep 17 00:00:00 2001 From: Jared Walters Date: Sun, 3 Apr 2022 12:53:08 -0700 Subject: [PATCH] docs: remove redundant 'of' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f11bd54aa..9cc4e61773 100644 --- a/README.md +++ b/README.md @@ -257,7 +257,7 @@ there are [Go Docs][docs]. ## Debugging with Delve -Since Bubble Tea apps assume control of of stdin and stdout, you’ll need to run +Since Bubble Tea apps assume control of stdin and stdout, you’ll need to run delve in headless mode and then connect to it: ```bash