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: Resolve typos in documentation and styles #1159

Open
wants to merge 3 commits into
base: staging
Choose a base branch
from
Open
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions frontend/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Beaconch.in Good to know
# Beaconcha.in Good to know

## Usefull VSC Plugins
## Useful VSC Plugins

- Nuxtr
- EsLint
- Prettier -COde Formatter
- Prettier -Code Formatter
- TypeScript Vue Plugin (Volar)
- Vue language Features (Volar)

Expand Down Expand Up @@ -43,7 +43,7 @@ Add the following mapping in your `/etc/hosts` file:
127.0.0.1 local.beaconcha.in
```

Create server certificates for locally running on https, by runing these comands in the console
Create server certificates for locally running on https, by runing these commands in the console

```bash
openssl genrsa 2048 > server.key
Expand Down Expand Up @@ -128,7 +128,7 @@ If your `user` was added to the `ADMIN` or `DEV` group by the `api team`, you ca
`mocked data` from the `api` for certain `endpoints` by adding `?is_mocked=true` as a
`query parameter`.

You can `turn on` mocked data `globally` for all `configured enpoints`
You can `turn on` mocked data `globally` for all `configured endpoints`
- by setting `NUXT_PUBLIC_IS_API_MOCKED=true`
in your [.env](.env) or
- running `npm run dev:mock:api` (See: [package.json](package.json))
Expand Down
4 changes: 2 additions & 2 deletions frontend/assets/css/prime.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ button.p-button,
border-color: var(--button-color-disabled);
}

&:not(:disabled):not([data-data-p-severity="secondary"]):hover {
&:not(:disabled):not([data-p-severity="secondary"]):hover {
border: 1px solid var(--button-color-hover);
background: var(--button-color-hover);
}
Expand Down Expand Up @@ -640,4 +640,4 @@ div.p-accordion {

div.p-dialog-mask.p-overlay-mask {
background: rgba(0, 0, 0, 0.5);
}
}