From e7570633ba95881d203f0499d283ac0bf133bc2e Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Nov 11 2021 13:36:37 +0000 Subject: ✏ Tiny typo fix --- diff --git a/guidelines/modules/ROOT/pages/Golang.adoc b/guidelines/modules/ROOT/pages/Golang.adoc index c88c464..c31cae3 100644 --- a/guidelines/modules/ROOT/pages/Golang.adoc +++ b/guidelines/modules/ROOT/pages/Golang.adoc @@ -174,7 +174,7 @@ import paths MUST be declared with the `+goaltipaths+` macro: ---- For example, the Go library `+github.com/Sirupsen/logrus+` was renamed -`+github.com/sirupsen/logrus+` and the documentatuon reflects this new import +`+github.com/sirupsen/logrus+` and the documentation reflects this new import path. The packager SHOULD thus request a renaming of his package with a new import path and a compatibility import path: