diff --git a/project/interface.go b/project/interface.go index 3356407c2..4cc47beac 100644 --- a/project/interface.go +++ b/project/interface.go @@ -13,7 +13,7 @@ type APIProject interface { events.Notifier events.Emitter - Build(ctx context.Context, options options.Build, sevice ...string) error + Build(ctx context.Context, options options.Build, service ...string) error Config() (string, error) Create(ctx context.Context, options options.Create, services ...string) error Delete(ctx context.Context, options options.Delete, services ...string) error