From 780e93017b5c1e486d7958cc07c4cec6dd75e409 Mon Sep 17 00:00:00 2001 From: Jonne Kleijer Date: Wed, 22 Nov 2023 20:58:07 +0100 Subject: [PATCH] chore: fix typos with spellchecker (#1248) * run npx cspell aip/**/*.md * chore: revert auto-save --------- Co-authored-by: Noah Dietz --- aip/auth/4114.md | 2 +- aip/auth/4117.md | 2 +- aip/client-libraries/4210.md | 2 +- aip/client-libraries/4222.md | 2 +- aip/general/0008.md | 2 +- aip/general/0009.md | 2 +- aip/general/0111.md | 2 +- aip/general/0128.md | 2 +- aip/general/0130.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/aip/auth/4114.md b/aip/auth/4114.md index 2dec3be26b..b711d8ab97 100644 --- a/aip/auth/4114.md +++ b/aip/auth/4114.md @@ -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. diff --git a/aip/auth/4117.md b/aip/auth/4117.md index bb117eccee..efebd32f03 100644 --- a/aip/auth/4117.md +++ b/aip/auth/4117.md @@ -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: diff --git a/aip/client-libraries/4210.md b/aip/client-libraries/4210.md index 80fe4bca65..a6d238e42e 100644 --- a/aip/client-libraries/4210.md +++ b/aip/client-libraries/4210.md @@ -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; diff --git a/aip/client-libraries/4222.md b/aip/client-libraries/4222.md index 88682aba21..aa3401ef92 100644 --- a/aip/client-libraries/4222.md +++ b/aip/client-libraries/4222.md @@ -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. diff --git a/aip/general/0008.md b/aip/general/0008.md index 8571d2f657..5a28bf5c33 100644 --- a/aip/general/0008.md +++ b/aip/general/0008.md @@ -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. diff --git a/aip/general/0009.md b/aip/general/0009.md index a48450ab69..cb2bed4093 100644 --- a/aip/general/0009.md +++ b/aip/general/0009.md @@ -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. diff --git a/aip/general/0111.md b/aip/general/0111.md index 10df9ec77c..a8e54da348 100644 --- a/aip/general/0111.md +++ b/aip/general/0111.md @@ -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. diff --git a/aip/general/0128.md b/aip/general/0128.md index b6a036dd7c..14baa48724 100644 --- a/aip/general/0128.md +++ b/aip/general/0128.md @@ -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 diff --git a/aip/general/0130.md b/aip/general/0130.md index 8abcd9dcd5..6f918e259c 100644 --- a/aip/general/0130.md +++ b/aip/general/0130.md @@ -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 |