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 @@ -30,7 +30,7 @@ import type {
3030 VolumeType ,
3131} from './types.gen'
3232
33- export const unmarshalReference = ( data : unknown ) : Reference => {
33+ const unmarshalReference = ( data : unknown ) : Reference => {
3434 if ( ! isJSONObject ( data ) ) {
3535 throw new TypeError (
3636 `Unmarshalling the type 'Reference' failed as data isn't a dictionary.` ,
Original file line number Diff line number Diff line change @@ -595,7 +595,7 @@ export interface RouteMatch {
595595 */
596596 sni ?: string
597597 /**
598- * Value to match in the HTTP Host request header from an incoming connection .
598+ * Value to match in the HTTP Host request header from an incoming request .
599599 * This field should be set for routes on HTTP Load Balancers.
600600 *
601601 * One-of ('matchType'): at most one of 'sni', 'hostHeader' could be set.
You can’t perform that action at this time.
0 commit comments