From 3d7dee5f7baba0aa659d784c386e623bf824179c Mon Sep 17 00:00:00 2001 From: 42atomys Date: Tue, 5 Nov 2024 10:00:38 +0000 Subject: [PATCH] docs(gitbook): typo error on hermetic docs --- docs/groups/hermetic.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/groups/hermetic.md b/docs/groups/hermetic.md index ab87176..f0be600 100644 --- a/docs/groups/hermetic.md +++ b/docs/groups/hermetic.md @@ -2,13 +2,13 @@ description: >- The Hermetic registry group includes all the registries available in Sprout, excluding registries that depend on external services or are influenced by the - environment where the application is running. + environment where the application is running --- -# All +# Hermetic {% hint style="info" %} -You can easily import group from the `all` group by including the following import statement in your code +You can easily import group from the `hermetic` group by including the following import statement in your code ```go import "github.com/go-sprout/sprout/group/hermetic"