Skip to content

Commit

Permalink
chore: fix typos with spellchecker (#1248)
Browse files Browse the repository at this point in the history
* run npx cspell aip/**/*.md

* chore: revert auto-save

---------

Co-authored-by: Noah Dietz <[email protected]>
  • Loading branch information
jonnekleijer and noahdietz authored Nov 22, 2023
1 parent ea44d9d commit 780e930
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion aip/auth/4114.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Document field **"mtlsRootUrl"** instead of generated via regex patterns.

### Obtaining the Default Device Certificate

The default device certicate **should** be procured using the
The default device certificate **should** be procured using the
[EndpointVerification][1] workflow, which fetches the certificate from a
platform-specific credential store (ex. KeyChain in macOS) via a native helper.

Expand Down
2 changes: 1 addition & 1 deletion aip/auth/4117.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ endpoint.
| region_url | No | This URL should be used to determine the current AWS region needed for the signed request construction when the region environment variables are not present. |
| url | No | This AWS metadata server URL should be used to retrieve the access key, secret key and security token needed to sign the `GetCallerIdentity` request. The $ROLE_NAME should be retrieved from calling this endpoint without any parameter and then calling again with the returned role name appended to this URL: http://169.254.169.254/latest/meta-data/iam/security-credentials/$ROLE_NAME |
| regional_cred_verification_url | Yes | This defines the regional AWS `GetCallerIdentity` action URL. This URL should be used to determine the AWS account ID and its roles. This should not actually be called by the Auth libraries. It should be called on the STS token server. The region should be substituted by SDK, e.g. `sts.eu-west-1.amazonaws`.com. |
| imdsv2_session_token_url | No | Presence of this URL enforces the auth libraries to fetch a Session Token from AWS. This field is required for EC2 instances using IMDSv2. This Session Token would later be used while making calls to the metadata enpoint. |
| imdsv2_session_token_url | No | Presence of this URL enforces the auth libraries to fetch a Session Token from AWS. This field is required for EC2 instances using IMDSv2. This Session Token would later be used while making calls to the metadata endpoint. |

The JSON file for AWS configuration files should have the following form:

Expand Down
2 changes: 1 addition & 1 deletion aip/client-libraries/4210.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ digraph {
nodesep=0.3;
center=true;
proto [ label="API Protobuf\nDescriptors" shape=rectancle fillcolor=aliceblue ];
proto [ label="API Protobuf\nDescriptors" shape=rectangle fillcolor=aliceblue ];
subgraph cluster_code_generators {
rank = same;
Expand Down
2 changes: 1 addition & 1 deletion aip/client-libraries/4222.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ is as follows:
this `path_template` syntax) to extract as the value paired with `key`
- A variable segment of just `{key}` defaults to a template of `*` which
matches 1 or more non-`/` symbols.
- While `{key=*}` is technicaly valid syntax, the simpler syntax of
- While `{key=*}` is technically valid syntax, the simpler syntax of
`{key}` **should** be used.
- A variable segment **must not** contain other variable segments. This
syntax is not recursive.
Expand Down
2 changes: 1 addition & 1 deletion aip/general/0008.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ types of clients or their authors, including but not limited to:
- Asset inventories which can be used to audit and analyze resources.
- Command line interfaces for exploration and simple automation.
- Custom controllers (e.g. auto-scalers) which poll live state and adjust
resource configruation accordingly.
resource configuration accordingly.
- [IaC][] clients for orchestration and automation of multiple resources.
- Recommendation tools which provide guidance on which APIs are useful for
specific use cases, and how to use them.
Expand Down
2 changes: 1 addition & 1 deletion aip/general/0009.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ set fields as read-only and diligently preserve those values.

Examples of complexities that declarative clients abstract away include:

- Determing the appropriate imperative action (create / update / delete) to
- Determining the appropriate imperative action (create / update / delete) to
achieve desired state.
- Ordering of these imperative actions.

Expand Down
2 changes: 1 addition & 1 deletion aip/general/0111.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defined:
plane, such as virtual machines.

The term "plane" was originally used in networking architecture. Although system
and network architecure often defines additional planes (e.g. control plane or
and network architecture often defines additional planes (e.g. control plane or
power planes), as the AIPs are focused on the interface, they are not defined in
this AIP.

Expand Down
2 changes: 1 addition & 1 deletion aip/general/0128.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ placement:
# Declarative-friendly interfaces

Many services need to interact with common DevOps tools, particularly those
that create and manage network-addressible resources (such as virtual machines,
that create and manage network-addressable resources (such as virtual machines,
load balancers, database instances, and so on). These tools revolve around the
principle of "configuration as code": the user specifies the complete intended
landscape, and tooling is responsible for making whatever changes are necessary
Expand Down
2 changes: 1 addition & 1 deletion aip/general/0130.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ operates upon.
| **Standard collection methods**: operate on a collection of resources (List or Create). | [AIP-121][], [AIP-132][], [AIP-133][] | automatable | automatable | automatable |
| **Standard resource methods**: fetch or mutate a single resource (Get, Update, Delete). | [AIP-121][], [AIP-131][], [AIP-134][], [AIP-135][] | automatable | automatable | automatable |
| **Batch resource methods**: fetch or mutate multiple resources in a collection by name. | [AIP-231][], [AIP-233][], [AIP-234][], [AIP-235][] | may be used to optimize queries | automatable | automatable |
| **Aggregated list methods**: fetch or mutate multiple resources of the same type across multiple collections. | [AIP-159][] | not useful nor automable | automatable | automatable |
| **Aggregated list methods**: fetch or mutate multiple resources of the same type across multiple collections. | [AIP-159][] | not useful nor automatable | automatable | automatable |
| *Custom Fetch Methods* | | | | |
| **Custom collection fetch methods**: fetch information across a collection that cannot be expressed via a standard method. | [AIP-136][] | handwritten | automatable | automatable |
| **Custom resource fetch methods**: fetch information for a single resource that cannot be expressed via a standard method. | [AIP-136][] | handwritten | automatable | automatable |
Expand Down

0 comments on commit 780e930

Please sign in to comment.