Fix various typos in Compute api.yaml (#4244) (#337)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2020-11-18 08:47:08 -08:00 committed by GitHub
commit df7a53b6d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 72 additions and 74 deletions

View file

@ -329,7 +329,7 @@ resources:
contains:
fullPathMatch:
description:
- For satifying the matchRule condition, the path of the request
- For satisfying the matchRule condition, the path of the request
must exactly match the value specified in fullPathMatch after
removing any query parameters and anchor that may be part of the
original URL. FullPathMatch must be between 1 and 1024 characters.
@ -405,7 +405,7 @@ resources:
type: int
regexMatch:
description:
- 'The value of the header must match the regualar expression
- 'The value of the header must match the regular expression
specified in regexMatch. For regular expression grammar, please
see: en.cppreference.com/w/cpp/regex/ecmascript For matching
against a port specified in the HTTP request, use a headerMatch
@ -480,7 +480,7 @@ resources:
type: str
prefixMatch:
description:
- For satifying the matchRule condition, the request's path must
- For satisfying the matchRule condition, the request's path must
begin with the specified prefixMatch. prefixMatch must begin with
a /. The value must be between 1 and 1024 characters. Only one
of prefixMatch, fullPathMatch or regexMatch must be specified.
@ -526,7 +526,7 @@ resources:
type: str
regexMatch:
description:
- For satifying the matchRule condition, the path of the request
- For satisfying the matchRule condition, the path of the request
must satisfy the regular expression specified in regexMatch after
removing any query parameters and anchor supplied with the original
URL. For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
@ -574,7 +574,7 @@ resources:
type: list
allowOriginRegexes:
description:
- Specifies the regualar expression patterns that match allowed
- Specifies the regular expression patterns that match allowed
origins. For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
An origin is allowed if it matches either allow_origins or
allow_origin_regex.
@ -723,7 +723,7 @@ resources:
type: str
retryConditions:
description:
- 'Specfies one or more conditions when this retry rule applies.
- 'Specifies one or more conditions when this retry rule applies.
Valid values are: * 5xx: Loadbalancer will attempt a retry
if the backend service responds with any 5xx response code,
or if the backend service does not respond at all, example:
@ -1037,7 +1037,7 @@ resources:
type: list
allowOriginRegexes:
description:
- Specifies the regualar expression patterns that match allowed
- Specifies the regular expression patterns that match allowed
origins. For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
An origin is allowed if it matches either allow_origins or
allow_origin_regex.