📝 Fix typos in docs (#45)

Co-authored-by: ggemre <gmoore1@byu.edu>
This commit is contained in:
Gage Moore 2023-12-24 10:08:08 +00:00 committed by GitHub
parent 17bde4dafc
commit fbdee4a6cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View file

@ -131,7 +131,7 @@ index 404a88b218c652afac0cb2004676d22da53d48f3..5a4668ef2970dd773536907f51f3e7e7
skin/classic/browser/monitor-border.png
```
In this patch, you can see that I am adding a `*` to the start of a line. You generate these patches by modifying the file in the `engine/` directory and running `gluon export` to export your changes to the src directory. Be careful, if you do not export your changes, they will not be saved and will not work on other developer's computers or yours after an update!
In this patch, you can see that I am adding a `*` to the start of a line. You generate these patches by modifying the file in the `engine/` directory and running `gluon export` to export your changes to the src directory. Be careful, if you do not export your changes, they will not be saved and will not work on other developers' computers or yours after an update!
```sh
gluon export browser/themes/linux/jar.mn

View file

@ -50,7 +50,7 @@ This will ask you a variety of questions in relation to your project setup. Firs
You can change what version you are bound to at any time. Pulse Browser currently uses the stable releases, but if you want a lower workload, the newer Extended Support releases might be good for you.
Then next is the version of the browser you want to use. By default melon will populate this with the latest version available, which we recommend using. Simply click enter to accept.
Then next is the version of the browser you want to use. By default gluon will populate this with the latest version available, which we recommend using. Simply click enter to accept.
```
? Enter the version of this product 102.0.1
@ -74,7 +74,7 @@ Vendor is the company (or solo developer) who is creating the browser.
? Enter a vendor Fushra
```
The appid follows reverse dns naming conventions. For example, Fushra owns the domain `fushra.com`, so our browser is `com.fushra.browser.desktop`. If you do not have a domain, you can use your username / psudomim as the appid, e.g. `trickypr.watermelon`.
The appid follows reverse dns naming conventions. For example, Fushra owns the domain `fushra.com`, so our browser is `com.fushra.browser.desktop`. If you do not have a domain, you can use your username / pseudonym as the appid, e.g. `trickypr.watermelon`.
```
? Enter an appid dev.gluon.example
@ -88,7 +88,7 @@ Next you need to chose a starting template for your browser. If you know what yo
User Chrome (custom browser css, simplest)
```
Now you have created the directory structure for your project, you can build it for the first time. First, ask melon to download the firefox source.
Now you have created the directory structure for your project, you can build it for the first time. First, ask gluon to download the firefox source.
```sh
gluon download