From b28e1b8881c579b8ca5471c35b5f7fc9554cc216 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 8 Aug 2022 23:31:37 -0400 Subject: [PATCH] spelling: service Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- enry.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enry.go b/enry.go index 2b84456..2577d46 100644 --- a/enry.go +++ b/enry.go @@ -1,7 +1,7 @@ /* Package enry implements multiple strategies for programming language identification. - Identification is made based on file name and file content using a seriece + Identification is made based on file name and file content using a service of strategies to narrow down possible option. Each strategy is available as a separate API call, as well as a main enty point