From 30243671ea36f26fcc346eedac9f111ce14466e7 Mon Sep 17 00:00:00 2001 From: Mikhail Mazurskiy <mmazurskiy@gitlab.com> Date: Mon, 23 Sep 2024 10:36:45 +0000 Subject: [PATCH] Fix typos in bundle_uris.md --- doc/administration/gitaly/bundle_uris.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/administration/gitaly/bundle_uris.md b/doc/administration/gitaly/bundle_uris.md index 9ba6570570a63..c8fab9fc311da 100644 --- a/doc/administration/gitaly/bundle_uris.md +++ b/doc/administration/gitaly/bundle_uris.md @@ -226,8 +226,8 @@ sudo -u git -- /opt/gitlab/embedded/bin/gitaly bundle-uri \ ``` This command generates the bundle and stores it on the configured storage service. -Gitaly does not automatically refresh the generated bundle. When want to generate -a more recent version of a bundle, you must the run command again. +Gitaly does not automatically refresh the generated bundle. When you want to generate +a more recent version of a bundle, you must run the command again. You can schedule this command with a tool like `cron(8)`. @@ -272,5 +272,5 @@ downloaded the bundle from the storage server. The bundles are made accessible to the client using signed URLs. A signed URL is a URL that provides limited permissions and time to make a request. To see if -your storage service supports sighed URLs, see the documentation of your storage +your storage service supports signed URLs, see the documentation of your storage service. -- GitLab