From a37cadc5586d31a78bf0ac4d401c1fb95fc7d255 Mon Sep 17 00:00:00 2001 From: Iridium13 Date: Wed, 25 Feb 2026 03:38:04 +0100 Subject: [PATCH] Update content/getting-started/first-repository.md Standardize to American spelling for "license". Otherwize, I'd have to change a lot more to get the English spelling for all the other words. ;-) (and the file names are American anyway) If you're happy with variety, I'm not complaining. --- content/getting-started/first-repository.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/getting-started/first-repository.md b/content/getting-started/first-repository.md index 52bfc37..15cfb53 100644 --- a/content/getting-started/first-repository.md +++ b/content/getting-started/first-repository.md @@ -232,11 +232,11 @@ Now your Codeberg repository shares a common history with your local repository, #### 7. Add standard files -Codeberg does not provide an interface to add licence files, `.gitignore` or `README.md` retrospectively, -so you should add at least the licence and `README.md` yourself. +Codeberg does not provide an interface to add license files, `.gitignore` or `README.md` retrospectively, +so you should add at least the license and `README.md` yourself. -- To choose a licence, read [Codeberg's guidance](https://docs.codeberg.org/getting-started/licensing/). -- If you already know which licence you need, Codeberg has [copies](https://codeberg.org/Codeberg-Infrastructure/forgejo/src/branch/codeberg-9/options/license). +- To choose a license, read [Codeberg's guidance](https://docs.codeberg.org/getting-started/licensing/). +- If you already know which license you need, Codeberg has [copies](https://codeberg.org/Codeberg-Infrastructure/forgejo/src/branch/codeberg-9/options/license). - [gitignores](https://codeberg.org/Codeberg-Infrastructure/forgejo/src/branch/codeberg-9/options/gitignore) ## Making a commit