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.
This commit is contained in:
Iridium13 2026-02-25 03:38:04 +01:00
parent aebb0abc64
commit a37cadc558

View file

@ -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