From dcf5cc872412bb8a40554c22b0601394db3d3ff0 Mon Sep 17 00:00:00 2001 From: Rob Morgan Date: Fri, 17 Jan 2025 18:08:59 +0800 Subject: [PATCH] fix: tiny typo fix --- internal/gh/gh.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/gh/gh.go b/internal/gh/gh.go index e4431fdab..8e640c41a 100644 --- a/internal/gh/gh.go +++ b/internal/gh/gh.go @@ -90,7 +90,7 @@ type Migration interface { } // AuthConfig is used for interacting with some persistent configuration for gh, -// with knowledge on how to access encrypted storage when neccesarry. +// with knowledge on how to access encrypted storage when necessary. // Behavior is scoped to authentication specific tasks. type AuthConfig interface { // HasActiveToken returns true when a token for the hostname is present.