Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in documentation: "borderWidth" and "Clone the repository" #96

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ After running for the first time you can access the app settings through the **t

## Adjusting the border

Open the camera settings in `tray menu` > `Settings`, then look for `"themeOverrides"` and change `"borderWith"` property to `"0"` if you should to **remove the border**. Or you can make it thick by changing the value above to `"10px"` for example.
Open the camera settings in `tray menu` > `Settings`, then look for `"themeOverrides"` and change `"borderWidth"` property to `"0"` if you should to **remove the border**. Or you can make it thick by changing the value above to `"10px"` for example.

## Using custom shapes

Expand Down Expand Up @@ -177,7 +177,7 @@ Open the camera settings in `tray menu` > `Settings` and change `"screen.initial

# Contributing

Clone de repository, open its folder and install dependencies with:
Clone the repository, open its folder and install dependencies with:

```sh
yarn
Expand Down