From 72dcdb1203a3267d6b84293aae94cdbcd5673df6 Mon Sep 17 00:00:00 2001 From: generically Date: Sat, 15 Feb 2025 00:13:43 +0000 Subject: [PATCH 1/2] changed all occurances of teh to the --- README.md | 2 +- src/assets/highlight.min.js | 2 +- src/skynet/services/forgejo.md | 2 +- src/tutorials/skynet/create_account.md | 2 +- src/tutorials/skynet/create_ssh.md | 4 ++-- src/tutorials/skynet/create_website.md | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fe60d4f..deb3420 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Uses [mkdocs][2] to generate the site. ## Hooks -Run this command to set up the hooks properly so teh git information can be stored within the repo +Run this command to set up the hooks properly so the git information can be stored within the repo ```bash git config --local core.hooksPath .githooks/ diff --git a/src/assets/highlight.min.js b/src/assets/highlight.min.js index c3d57be..b91044f 100644 --- a/src/assets/highlight.min.js +++ b/src/assets/highlight.min.js @@ -1009,7 +1009,7 @@ className:"string",variants:[{begin:/'/,end:/'/},{begin:/@'/,end:/^'@/}] end:/#>/}],contains:[{className:"doctag",variants:[{ begin:/\.(synopsis|description|example|inputs|outputs|notes|link|component|role|functionality)/ },{ -begin:/\.(parameter|forwardhelptargetname|forwardhelpcategory|remotehelprunspace|externalhelp)\s+\S+/ +begin:/\.(parameter|forwardhelptargetname|forwardhelpcategory|remotheelprunspace|externalhelp)\s+\S+/ }]}]}),c={className:"class",beginKeywords:"class enum",end:/\s*[{]/, excludeEnd:!0,relevance:0,contains:[e.TITLE_MODE]},l={className:"function", begin:/function\s+/,end:/\s*\{|$/,excludeEnd:!0,returnBegin:!0,relevance:0, diff --git a/src/skynet/services/forgejo.md b/src/skynet/services/forgejo.md index caf0dde..cf33726 100644 --- a/src/skynet/services/forgejo.md +++ b/src/skynet/services/forgejo.md @@ -3,7 +3,7 @@ Forgejo is an online git repo host. Like [Gitlab](./gitlab.md) it is self hostable meaning that Skynet has its own instance of it. -Structure wise it has more in common with Github with teh flatter ``owner/repo`` structure as well as being compatible with Github Actions +Structure wise it has more in common with Github with the flatter ``owner/repo`` structure as well as being compatible with Github Actions Honestly I (@silver) just love the slogan of Forgejo: > Beyond coding. We Forge. diff --git a/src/tutorials/skynet/create_account.md b/src/tutorials/skynet/create_account.md index 16e7b02..2bf1def 100644 --- a/src/tutorials/skynet/create_account.md +++ b/src/tutorials/skynet/create_account.md @@ -8,7 +8,7 @@ 3. Enter the same email used for UL Wolves. * This is the ``Preferred Contact Email`` on your [profile page][profile]. 4. You will get an email to verify your address, follow the link in the email. - * You may need to check teh spam folder. + * You may need to check the spam folder. * It may also take up to 15 min to be delivered. 5. Choose a ``username`` and ``password``. diff --git a/src/tutorials/skynet/create_ssh.md b/src/tutorials/skynet/create_ssh.md index acf2a22..cb06a43 100644 --- a/src/tutorials/skynet/create_ssh.md +++ b/src/tutorials/skynet/create_ssh.md @@ -79,7 +79,7 @@ nano config Or open up in a text editor. ### Windows/Linux -This is what we want to have in teh file. +This is what we want to have in the file. ``` Host *.skynet.ie User $USERNAME @@ -91,7 +91,7 @@ Host *.skynet.ie ## Add key to account -Go to [the modify SSH page](https://account.skynet.ie/modify_ssh) and paste in teh contents of ``$USERNAME.pub``. +Go to [the modify SSH page](https://account.skynet.ie/modify_ssh) and paste in the contents of ``$USERNAME.pub``. You will now be able to SSH into Skynet like so: diff --git a/src/tutorials/skynet/create_website.md b/src/tutorials/skynet/create_website.md index 4f2b30d..38e78da 100644 --- a/src/tutorials/skynet/create_website.md +++ b/src/tutorials/skynet/create_website.md @@ -25,7 +25,7 @@ Instructions to do so can be found [on the Create Skynet Account page](./create_ Modern involves using source control to version your site. This is then leveraged to automatically deploy to your Skynet account/website. -The core repo for this is [here][deploy_user], it contains all teh required info to get it working. +The core repo for this is [here][deploy_user], it contains all the required info to get it working. If this does not suit your needs you can take a look at the [forks which cover different tools][deploy_user_forks]. [deploy_user]: https://forgejo.skynet.ie/Skynet/deploy_user From cb1399424e464388e1fdb870c781a813f56b695f Mon Sep 17 00:00:00 2001 From: generically Date: Sat, 15 Feb 2025 00:16:33 +0000 Subject: [PATCH 2/2] Update src/assets/highlight.min.js --- src/assets/highlight.min.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/highlight.min.js b/src/assets/highlight.min.js index b91044f..c3d57be 100644 --- a/src/assets/highlight.min.js +++ b/src/assets/highlight.min.js @@ -1009,7 +1009,7 @@ className:"string",variants:[{begin:/'/,end:/'/},{begin:/@'/,end:/^'@/}] end:/#>/}],contains:[{className:"doctag",variants:[{ begin:/\.(synopsis|description|example|inputs|outputs|notes|link|component|role|functionality)/ },{ -begin:/\.(parameter|forwardhelptargetname|forwardhelpcategory|remotheelprunspace|externalhelp)\s+\S+/ +begin:/\.(parameter|forwardhelptargetname|forwardhelpcategory|remotehelprunspace|externalhelp)\s+\S+/ }]}]}),c={className:"class",beginKeywords:"class enum",end:/\s*[{]/, excludeEnd:!0,relevance:0,contains:[e.TITLE_MODE]},l={className:"function", begin:/function\s+/,end:/\s*\{|$/,excludeEnd:!0,returnBegin:!0,relevance:0,