From 6f6755916619b65d32fac0b58d0783e478ec54ce Mon Sep 17 00:00:00 2001 From: Zasda Yusuf Mikail Date: Thu, 6 Oct 2022 08:54:43 +0700 Subject: [PATCH] Fix typo (#17) --- api/core/joke/getter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/core/joke/getter.go b/api/core/joke/getter.go index 17893f2..3fe72f2 100644 --- a/api/core/joke/getter.go +++ b/api/core/joke/getter.go @@ -33,7 +33,7 @@ func GetRandomJoke(ctx context.Context, bucket *minio.Client, cache *redis.Clien return joke, contentType, nil } -// GetJokeByID wil acquire a joke by its' ID. +// GetJokeByID will acquire a joke by its' ID. // // An ID is defined as the index on the joke list that is sorted // by it's creation (or modification) time.