Skip to content

Commit 14825d1

Browse files
docs: fix typo
1 parent b4a45bd commit 14825d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pulsaradmin/pkg/admin/packages.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ type Packages interface {
6363
// @param contact
6464
// contact information of a package
6565
// @param properties
66-
// external infromations of a package
66+
// external informations of a package
6767
Upload(packageURL, filePath, description, contact string, properties map[string]string) error
6868

6969
// UploadWithContext uploads Function/Connector Package
@@ -78,7 +78,7 @@ type Packages interface {
7878
// @param contact
7979
// contact information of a package
8080
// @param properties
81-
// external infromations of a package
81+
// external informations of a package
8282
UploadWithContext(ctx context.Context, packageURL, filePath, description, contact string, properties map[string]string) error
8383

8484
// List lists all the packages with the given type in a namespace

0 commit comments

Comments
 (0)