diff options
Diffstat (limited to 'container')
-rw-r--r-- | container/plugins.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/container/plugins.go b/container/plugins.go index 3e12d5e6..215f22a7 100644 --- a/container/plugins.go +++ b/container/plugins.go @@ -37,7 +37,7 @@ import ( rrt "github.com/temporalio/roadrunner-temporal/v4" ) -// Plugins returns active plugins for the endure container. Feel free to add or remove any plugins. +// Plugins returns active plugins for the endured container. Feel free to add or remove any plugins. func Plugins() []any { //nolint:funlen return []any{ // bundled |