File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ export const storageBucket: Param<string> = new InternalExpression(
111
111
112
112
/**
113
113
* Declares a secret param, that will persist values only in Cloud Secret Manager.
114
- * Secrets are stored interally as bytestrings. Use `ParamOptions.as` to provide type
114
+ * Secrets are stored internally as bytestrings. Use `ParamOptions.as` to provide type
115
115
* hinting during parameter resolution.
116
116
*
117
117
* @param name The name of the environment variable to use to load the parameter.
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ type ParamValueType = "string" | "list" | "boolean" | "int" | "float" | "secret"
175
175
/** Create a select input from a series of values. */
176
176
export function select < T > ( options : T [ ] ) : SelectInput < T > ;
177
177
178
- /** Create a select input from a map of labels to vaues . */
178
+ /** Create a select input from a map of labels to values . */
179
179
export function select < T > ( optionsWithLabels : Record < string , T > ) : SelectInput < T > ;
180
180
181
181
/** Create a select input from a series of values or a map of labels to values */
You can’t perform that action at this time.
0 commit comments