From b330cf172d42a954baec8503c06ebadae61d672e Mon Sep 17 00:00:00 2001 From: Marin37 <57327931+Marin37@users.noreply.github.com> Date: Tue, 26 Dec 2023 13:21:25 -0300 Subject: [PATCH 1/2] fix "a + vowel" to "an" typos Just a few "a" typos i found, no big deal --- homebrew_dev/app_dev.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homebrew_dev/app_dev.rst b/homebrew_dev/app_dev.rst index f94f44d..a525580 100644 --- a/homebrew_dev/app_dev.rst +++ b/homebrew_dev/app_dev.rst @@ -15,7 +15,7 @@ Getting started ............... The first thing you'll need to get to start a project is a Makefile. These files are used to tell ``make`` how to turn your code into -a executable .nro file. Luckily there's a `premade template project `_ +an executable .nro file. Luckily there's a `premade template project `_ that can be used for this purpose. Download the whole application folder from the GitHub repo and put it somewhere on your computer. From 3ff5263a11e3202c812da47ef4b71446c661e69c Mon Sep 17 00:00:00 2001 From: Marin37 <57327931+Marin37@users.noreply.github.com> Date: Tue, 26 Dec 2023 13:29:36 -0300 Subject: [PATCH 2/2] fix other "a" typos --- homebrew_dev/introduction.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/homebrew_dev/introduction.rst b/homebrew_dev/introduction.rst index 0602dd0..a725ba4 100644 --- a/homebrew_dev/introduction.rst +++ b/homebrew_dev/introduction.rst @@ -27,9 +27,9 @@ Development tools To get started, make sure you have all the following tools installed on your system. 1. `devkitA64 `_ - - The toolchains used to compile your homebrew apps. Windows has a installer for it and other platforms just use pacman. Make sure to actually install the switch package that contains devkitA64! + - The toolchains used to compile your homebrew apps. Windows has an installer for it and other platforms just use pacman. Make sure to actually install the switch package that contains devkitA64! 2. `Visual Studio Code `_ - - A amazing IDE / Text editor that works perfectly for homebrew development. + - An amazing IDE / Text editor that works perfectly for homebrew development. - Make sure to install the C/C++ and optionally the GitLens extension 3. `GitKraken [Optional] `_ - A Git GUI that makes version control super easy. @@ -40,7 +40,7 @@ Useful resources 1. `SwitchBrew `_ - Provides information about the Switch's hardware and software. 2. `libnx `_ - - A amazing homebrew library that gives access to many of the switch's hardware and software features. ¨ + - An amazing homebrew library that gives access to many of the switch's hardware and software features. ¨ - A Doxygen documentation can be found `here `_ 3. `switch-examples `_ - Examples for common homebrew features @@ -56,4 +56,4 @@ Useful resources .. toctree:: :maxdepth: 2 - :caption: Contents: \ No newline at end of file + :caption: Contents: