Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit ee9f47c

Browse files
authored
Update interface.go
Fixed typo in Build function signature, replaced sevice/service
1 parent 213509a commit ee9f47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/interface.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type APIProject interface {
1313
events.Notifier
1414
events.Emitter
1515

16-
Build(ctx context.Context, options options.Build, sevice ...string) error
16+
Build(ctx context.Context, options options.Build, service ...string) error
1717
Config() (string, error)
1818
Create(ctx context.Context, options options.Create, services ...string) error
1919
Delete(ctx context.Context, options options.Delete, services ...string) error

0 commit comments

Comments
 (0)