From 8082d327318e70c78500a0c894ac84a25966b16a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serge=20Crois=C3=A9?= Date: Sun, 12 May 2024 21:11:11 +0200 Subject: [PATCH] Update beginners.md (macOS) use macOS instead of MacOS according to https://en.wikipedia.org/wiki/macOS --- docs/guides/contribute/beginners.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/contribute/beginners.md b/docs/guides/contribute/beginners.md index 1829a78257..0b11750cd7 100644 --- a/docs/guides/contribute/beginners.md +++ b/docs/guides/contribute/beginners.md @@ -36,7 +36,7 @@ To create a local repository, first find and install a Markdown editor that work - [MarkText](https://github.com/marktext/marktext) - Free, cross-platform, and open source - [Remarkable](https://remarkableapp.github.io/) - Linux and Windows, open source - [NvChad](https://nvchad.com/) for the vi/vim user and the nvim client. A lot of plugins are available to enhance the editor for markdown. See [this document](https://docs.rockylinux.org/books/nvchad/) for a nice set of installation instructions. -- [VS Code](https://code.visualstudio.com/) - Partially open source, by Microsoft. VS Code is a lightweight and powerful editor available for Windows, Linux and MacOS. To contribute to this document project, you should get the following extensions: Git Graph, HTML Preview, HTML Snippets, Markdown All in One, Markdown Preview Enhanced, Markdown Preview Mermaid Support, and any more that catch your fancy. +- [VS Code](https://code.visualstudio.com/) - Partially open source, by Microsoft. VS Code is a lightweight and powerful editor available for Windows, Linux and macOS. To contribute to this document project, you should get the following extensions: Git Graph, HTML Preview, HTML Snippets, Markdown All in One, Markdown Preview Enhanced, Markdown Preview Mermaid Support, and any more that catch your fancy. ## Create a local repository