Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/protobuf.md4
-rw-r--r--doc/release.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/protobuf.md b/doc/protobuf.md
index c086caa73..5af7543c9 100644
--- a/doc/protobuf.md
+++ b/doc/protobuf.md
@@ -200,7 +200,7 @@ data inside repositories, so we can rarely assume data to be a Protobuf "string"
### Stream patterns
-Protobuf suppports streaming RPCs which allow for multiple request or response
+Protobuf supports streaming RPCs which allow for multiple request or response
messages to be sent in a single RPC call. We use these whenever it is expected
that an RPC may be invoked with lots of input parameters or when it may generate
a lot of data. This is required by limitations in the gRPC framework where
@@ -320,7 +320,7 @@ To declare the scope, mutators must contain one of the following lines:
tagged with `[(storage)=true]` that indicates the storage's name.
- `option(op_type).scope = REPOSITORY;`: This is the default scoped and thus
doesn't need to be explicitly declared. The associated request must have a
- field tagged with `[(target_repository)=true]` that indcates the repository's
+ field tagged with `[(target_repository)=true]` that indicates the repository's
location.
The target repository represents the location or address of the repository being
diff --git a/doc/release.md b/doc/release.md
index 4c5540e8f..14ebb50af 100644
--- a/doc/release.md
+++ b/doc/release.md
@@ -13,7 +13,7 @@ sequenceDiagram
release-tools bot->>gitlab-org/security/gitaly: Get latest green commit on default branch
release-tools bot->>gitlab-org/gitlab: Create "Update Gitaly version" MR
deactivate release-tools bot
- alt Pipeline succeded
+ alt Pipeline succeeded
gitlab-org/gitlab->>gitlab-org/gitlab: Merge and deploy
gitlab-org/gitlab->>Slack gitaly_alerts: Deployment progress
else Pipeline failed