diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 37a533f538385b8..772cbd5daa7d86f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,37 +3,37 @@ # https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/about-code-owners # Default owners -* @mdn/core-yari-content +* @mdn/content-team # Default content owners -/files/en-us/ @mdn/yari-content-mdn +/files/en-us/ @mdn/web # MDN Firefox release notes -/files/en-us/mozilla/ @mdn/core-yari-content +/files/en-us/mozilla/ @mdn/content-team # Mozilla Add-ons -/files/en-us/mozilla/add-ons/ @mdn/yari-content-mozilla-add-ons +/files/en-us/mozilla/add-ons/ @mdn/add-ons # Accessibility -/files/en-us/web/accessibility/ @mdn/yari-content-accessibility +/files/en-us/web/accessibility/ @mdn/accessibility # Web API -/files/en-us/web/api/ @mdn/yari-content-web-api +/files/en-us/web/api/ @mdn/web-api # CSS -/files/en-us/web/css/ @mdn/yari-content-css +/files/en-us/web/css/ @mdn/css # HTML -/files/en-us/web/html/ @mdn/yari-content-html +/files/en-us/web/html/ @mdn/web # HTTP -/files/en-us/web/http/ @mdn/yari-content-http +/files/en-us/web/http/ @mdn/http # JavaScript -/files/en-us/web/javascript/ @mdn/yari-content-javascript +/files/en-us/web/javascript/ @mdn/javascript # MathML -/files/en-us/web/mathml/ @mdn/content-mathml +/files/en-us/web/mathml/ @mdn/mathml # Templates and sidebars (rari) /files/jsondata/L10n-Template.json @mdn/engineering @@ -45,12 +45,12 @@ # mdn/content GitHub configuration /.github/ @mdn/engineering # Issue templates in .github -/.github/ISSUE_TEMPLATE/ff-project-issue.md @mdn/core-yari-content +/.github/ISSUE_TEMPLATE/ff-project-issue.md @mdn/content-team # Root directory /* @mdn/engineering # Markdown files in root directory -/*.md @mdn/core-yari-content +/*.md @mdn/content-team # Filecheck /scripts @mdn/engineering diff --git a/.vscode/dictionaries/proper-names.txt b/.vscode/dictionaries/proper-names.txt index ee72f6de9fe26be..255e5e47e6c7947 100644 --- a/.vscode/dictionaries/proper-names.txt +++ b/.vscode/dictionaries/proper-names.txt @@ -73,6 +73,7 @@ Browsersync Bubka Bundlesize Bunyakovsky +Bushell Butterick Buzzcocks Bynens @@ -114,6 +115,7 @@ codingintrigue Codrops Coleoptera Colomb +Comeau Conde Corber Cortana diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1cd2ad0a8b8f35f..173b9aa2d53a631 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,7 +62,7 @@ If you've created a new GitHub account and want to know what to do next, you can This is the easiest way to contribute **small changes** described in [Simple changes](#simple-changes). - [GitHub Desktop](https://docs.github.com/en/get-started/using-github/github-desktop) - A desktop app for managing interaction with GitHub. - [GitHub CLI](https://docs.github.com/en/github-cli/github-cli/about-github-cli) - A command-line wrapper for interacting with GitHub. -- [`git`](https://git-scm.com/downloads) - You can use `git` from the command line to interact with GitHub. +- [`git`](https://git-scm.com/downloads/) - You can use `git` from the command line to interact with GitHub. The examples in this document assume you are using this method. The [`git` cheat sheet](https://training.github.com/) and [Using Git](https://docs.github.com/en/get-started) guide are useful resources for beginners and advanced users. diff --git a/files/en-us/glossary/bun/index.md b/files/en-us/glossary/bun/index.md index 422dad23f289c4f..1d487a82b8ca69e 100644 --- a/files/en-us/glossary/bun/index.md +++ b/files/en-us/glossary/bun/index.md @@ -17,4 +17,4 @@ Unlike [Node.js](https://nodejs.org/) and [Deno](https://deno.com/), Bun is buil ## See also -- [Bun website](https://bun.sh/) +- [Bun website](https://bun.com/) diff --git a/files/en-us/glossary/javascript/index.md b/files/en-us/glossary/javascript/index.md index d8dff4848a4a0db..c28ff847c82b8d3 100644 --- a/files/en-us/glossary/javascript/index.md +++ b/files/en-us/glossary/javascript/index.md @@ -5,7 +5,7 @@ page-type: glossary-definition sidebar: glossarysidebar --- -JavaScript (or "JS") is a programming language used most often for dynamic client-side scripts on webpages, but it is also often used on the {{Glossary("Server","server")}}-side, using a runtime such as {{Glossary("Node.js")}}, {{Glossary("Deno")}}, and [Bun](https://bun.sh/). +JavaScript (or "JS") is a programming language used most often for dynamic client-side scripts on webpages, but it is also often used on the {{Glossary("Server","server")}}-side, using a runtime such as {{Glossary("Node.js")}}, {{Glossary("Deno")}}, and [Bun](https://bun.com/). JavaScript **should not** be confused with the [Java programming language](). Although _"Java"_ and _"JavaScript"_ are trademarks (or registered trademarks) of Oracle in the U.S. and other countries, the two programming languages are significantly different in their syntax, semantics, and use cases. diff --git a/files/en-us/learn_web_development/core/frameworks_libraries/svelte_getting_started/index.md b/files/en-us/learn_web_development/core/frameworks_libraries/svelte_getting_started/index.md index 099d19d8012c191..caba6338c90546d 100644 --- a/files/en-us/learn_web_development/core/frameworks_libraries/svelte_getting_started/index.md +++ b/files/en-us/learn_web_development/core/frameworks_libraries/svelte_getting_started/index.md @@ -410,7 +410,7 @@ The most popular version control system is Git, along with GitHub, a site that p We'll be using GitHub so that you can easily download the source code for each article. You will also be able to get the code as it should be after completing the article, just in case you get lost. -After [installing git](https://git-scm.com/downloads), to clone the repository you should execute: +After [installing git](https://git-scm.com/downloads/), to clone the repository you should execute: ```bash git clone https://github.com/opensas/mdn-svelte-tutorial.git diff --git a/files/en-us/learn_web_development/core/structuring_content/table_accessibility/index.md b/files/en-us/learn_web_development/core/structuring_content/table_accessibility/index.md index bb7294aefcde79b..1de13a46d688b77 100644 --- a/files/en-us/learn_web_development/core/structuring_content/table_accessibility/index.md +++ b/files/en-us/learn_web_development/core/structuring_content/table_accessibility/index.md @@ -220,7 +220,7 @@ Let's get you to put these new elements into action. Shoes - Shoeshop + Shoe shop 13/09 Big regrets 65 diff --git a/files/en-us/learn_web_development/core/styling_basics/test_your_skills/selectors/index.md b/files/en-us/learn_web_development/core/styling_basics/test_your_skills/selectors/index.md index 787672807f21aad..2b4441a415a4ab0 100644 --- a/files/en-us/learn_web_development/core/styling_basics/test_your_skills/selectors/index.md +++ b/files/en-us/learn_web_development/core/styling_basics/test_your_skills/selectors/index.md @@ -260,7 +260,9 @@ tr:nth-child(even) { To complete the task: 1. Make any paragraph that directly follows an `

` element red. -2. Remove the bullets and add a 1px grey bottom border only to list items that are a direct child of the `