diff --git a/.vscode/dictionaries/proper-names.txt b/.vscode/dictionaries/proper-names.txt index 4a1766c31f38cd2..d53126e7c5f64a1 100644 --- a/.vscode/dictionaries/proper-names.txt +++ b/.vscode/dictionaries/proper-names.txt @@ -211,7 +211,6 @@ Gedit Gerd Giancarlo Giorgio -Gitbash Golightly Googlebot Gordo diff --git a/files/en-us/learn_web_development/core/frameworks_libraries/react_getting_started/index.md b/files/en-us/learn_web_development/core/frameworks_libraries/react_getting_started/index.md index fe0f2efbbf62c7d..0fb6bc1ebb15eb9 100644 --- a/files/en-us/learn_web_development/core/frameworks_libraries/react_getting_started/index.md +++ b/files/en-us/learn_web_development/core/frameworks_libraries/react_getting_started/index.md @@ -119,7 +119,7 @@ If Node is installed, you'll see a version number. If it isn't, you'll see an er You may use the Yarn package manager as an alternative to npm but we'll assume you're using npm in this set of tutorials. See [Package management basics](/en-US/docs/Learn_web_development/Extensions/Client-side_tools/Package_management) for more information on npm and yarn. -If you're using Windows, you will need to install some software to give you parity with Unix/macOS terminal in order to use the terminal commands mentioned in this tutorial. **Gitbash** (which comes as part of the [git for Windows toolset](https://gitforwindows.org/)) or **[Windows Subsystem for Linux](https://learn.microsoft.com/en-us/windows/wsl/about)** (**WSL**) are both suitable. See [Command line crash course](/en-US/docs/Learn_web_development/Getting_started/Environment_setup/Command_line) for more information on these, and on terminal commands in general. +If you're using Windows, you will need to install some software to give you parity with Unix/macOS terminal in order to use the terminal commands mentioned in this tutorial. **Git Bash** (which comes as part of the [git for Windows toolset](https://gitforwindows.org/)) or **[Windows Subsystem for Linux](https://learn.microsoft.com/en-us/windows/wsl/about)** (**WSL**) are both suitable. See [Command line crash course](/en-US/docs/Learn_web_development/Getting_started/Environment_setup/Command_line) for more information on these, and on terminal commands in general. Also bear in mind that React and ReactDOM produce apps that only work on a fairly modern set of browsers like Firefox, Microsoft Edge, Safari, or Chrome when working through these tutorials. 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 e0078dcdbdd468f..099d19d8012c191 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 @@ -89,7 +89,7 @@ Since Svelte is a compiler, you can't just add a `