changed all occurances of teh to the

This commit is contained in:
generically 2025-02-15 00:13:43 +00:00
parent ad79fb617d
commit 72dcdb1203
6 changed files with 7 additions and 7 deletions

View file

@ -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,

View file

@ -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.

View file

@ -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``.

View file

@ -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:

View file

@ -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