From 7efa31996dbc97e0ea77bd94edfa74df4b90cf47 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Mon, 12 Oct 2020 10:57:06 -0400 Subject: [PATCH] Fix a typo in a comment --- commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.go b/commands.go index 47dc410..5a63ac6 100644 --- a/commands.go +++ b/commands.go @@ -1,6 +1,6 @@ package tea -// Convenience commands. Note part of the Bubble Tea core, but potentially +// Convenience commands. Not part of the Bubble Tea core, but potentially // handy. import (