From 7b337e66c2465b85ab54ce773900e7dc43b42915 Mon Sep 17 00:00:00 2001 From: ianlv Date: Sat, 4 May 2024 12:31:26 +0800 Subject: [PATCH] chore: fix some typos in comment Signed-off-by: ianlv --- data-scientists/the-data-value-creation-loop.md | 2 +- developers/provider/authentication-endpoints.md | 2 +- developers/provider/compute-endpoints.md | 10 +++++----- infrastructure/compute-to-data-docker-registry.md | 2 +- infrastructure/compute-to-data-minikube.md | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/data-scientists/the-data-value-creation-loop.md b/data-scientists/the-data-value-creation-loop.md index 5e625607..172dcfe1 100644 --- a/data-scientists/the-data-value-creation-loop.md +++ b/data-scientists/the-data-value-creation-loop.md @@ -64,7 +64,7 @@ We analyzed dozens of possible verticals with according to these criteria. For a Here are some examples. -- **Small $, slow**. Traditional music is small $ and slow, because incumbents like Universal dominate by controlling the the back catalogue. +- **Small $, slow**. Traditional music is small $ and slow, because incumbents like Universal dominate by controlling the back catalogue. - **Large $, slow**. Medicine is large $ but slow, due to the approval process. Small $, fast. Decentralized music is fast but small $ (for now! Fingers crossed). diff --git a/developers/provider/authentication-endpoints.md b/developers/provider/authentication-endpoints.md index 49282177..0fd7391f 100644 --- a/developers/provider/authentication-endpoints.md +++ b/developers/provider/authentication-endpoints.md @@ -62,7 +62,7 @@ Parameters ``` address: String object containing consumer's address (optional) nonce: Integer, Nonce (required) -signature: String object containg user signature (signed message) +signature: String object containing user signature (signed message) The signature is based on hashing the following parameters: address + nonce token: token to be expired diff --git a/developers/provider/compute-endpoints.md b/developers/provider/compute-endpoints.md index ff467faf..6fa1b48c 100644 --- a/developers/provider/compute-endpoints.md +++ b/developers/provider/compute-endpoints.md @@ -42,7 +42,7 @@ Parameters {% code overflow="wrap" %} ``` - signature: String object containg user signature (signed message) (required) + signature: String object containing user signature (signed message) (required) consumerAddress: String object containing consumer's ethereum address (required) nonce: Integer, Nonce (required) environment: String representing a compute environment offered by the provider @@ -108,7 +108,7 @@ Parameters {% code overflow="wrap" %} ``` - signature: String object containg user signature (signed message) + signature: String object containing user signature (signed message) documentId: String object containing document did (optional) jobId: String object containing workflowID (optional) consumerAddress: String object containing consumer's address (optional) @@ -175,7 +175,7 @@ Parameters index: Integer, index of the result to download (optional) consumerAddress: String object containing consumer's address (optional) nonce: Integer, Nonce (required) - signature: String object containg user signature (signed message) + signature: String object containing user signature (signed message) ``` Returns: Bytes string containing the compute result. @@ -204,7 +204,7 @@ Parameters {% code overflow="wrap" %} ``` - signature: String object containg user signature (signed message) + signature: String object containing user signature (signed message) documentId: String object containing document did (optional) jobId: String object containing workflowID (optional) consumerAddress: String object containing consumer's address (optional) @@ -245,7 +245,7 @@ Delete a compute job and all resources associated with the job. If job is runnin Parameters ``` - signature: String object containg user signature (signed message) + signature: String object containing user signature (signed message) documentId: String object containing document did (optional) jobId: String object containing workflowId (optional) consumerAddress: String object containing consumer's address (optional) diff --git a/infrastructure/compute-to-data-docker-registry.md b/infrastructure/compute-to-data-docker-registry.md index c1e24cf7..6e1255af 100644 --- a/infrastructure/compute-to-data-docker-registry.md +++ b/infrastructure/compute-to-data-docker-registry.md @@ -116,7 +116,7 @@ http { #### 1.6 Create Kubernetes secret in C2D server -Login into the compute-to-data enviroment and run the following command with the appropriate credentials: +Login into the compute-to-data environment and run the following command with the appropriate credentials: ```bash kubectl create secret docker-registry regcred --docker-server=example.com --docker-username= --docker-password= --docker-email= -n ocean-compute diff --git a/infrastructure/compute-to-data-minikube.md b/infrastructure/compute-to-data-minikube.md index e4b7d7cd..5db6bac5 100644 --- a/infrastructure/compute-to-data-minikube.md +++ b/infrastructure/compute-to-data-minikube.md @@ -203,7 +203,7 @@ kubectl apply -f operator-engine/kubernetes/operator.yml kubectl create -f operator-service/kubernetes/postgres-configmap.yaml ``` -**Optional**: For production enviroments, it's safer to block access to metadata. To do so run the below command: +**Optional**: For production environments, it's safer to block access to metadata. To do so run the below command: ```bash kubectl -n ocean-compute apply -f /ocean/operator-engine/kubernetes/egress.yaml