From 97bc0539bdbdaa1b12f5d32028ee9b35baf0b331 Mon Sep 17 00:00:00 2001 From: Paul-Emmanuel Raoul Date: Tue, 15 Apr 2025 06:05:30 +0000 Subject: [PATCH] Fix typos (#1146) Writing "lose" with two O's is a common mistake. Reviewed-on: https://codeberg.org/forgejo/docs/pulls/1146 Reviewed-by: Beowulf Co-authored-by: Paul-Emmanuel Raoul Co-committed-by: Paul-Emmanuel Raoul (cherry picked from commit 947f3d49f9b64e3b7714e77cc108184592d719d7) --- docs/user/packages/chef.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/packages/chef.md b/docs/user/packages/chef.md index 509519b1..578f50d4 100644 --- a/docs/user/packages/chef.md +++ b/docs/user/packages/chef.md @@ -14,7 +14,7 @@ To work with the Chef package registry, you have to use [`knife`](https://docs.c The Chef package registry does not use an username:password authentication but signed requests with a private:public key pair. Visit the package owner settings page to create the necessary key pair. -Only the public key is stored inside Forgejo. if you loose access to the private key you must re-generate the key pair. +Only the public key is stored inside Forgejo. If you lose access to the private key you must re-generate the key pair. [Configure `knife`](https://docs.chef.io/workstation/knife_setup/) to use the downloaded private key with your Forgejo username as `client_name`. ## Configure the package registry