From e7427797a9a784c75acfcd4d89551eed36c32956 Mon Sep 17 00:00:00 2001 From: delucis Date: Fri, 16 Feb 2024 22:17:47 +0000 Subject: [ci] format --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bfd299ac..c3413124 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -221,7 +221,7 @@ To add a language, you will need its BCP-47 tag and a label. See [“Adding a ne - Add your language’s subtag to the i18n label config in `.github/labeler.yml` - Add your language to the `pa11y` script’s `--sitemap-exclude` flag in `package.json` - Create the first translated page for your language. - This must be the Starlight landing page: `docs/src/content/docs/{language}/index.mdx`. + This must be the Starlight landing page: `docs/src/content/docs/{language}/index.mdx`. - Open a pull request on GitHub to add your changes to Starlight! ## Understanding Starlight -- cgit