Skip to content

Commit

Permalink
fix(secret): typo in doc string (#3751)
Browse files Browse the repository at this point in the history
Fix typo in secret.ts
  • Loading branch information
pepegar authored Sep 10, 2024
1 parent e40de21 commit 8a9e2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/secret.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export class Secret extends base.Resource implements ISecret {
}

/**
* Adds a string data field to the secert.
* Adds a string data field to the secret.
* @param key Key
* @param value Value
*/
Expand Down

0 comments on commit 8a9e2fd

Please sign in to comment.