Skip to content

Commit db9d428

Browse files
ldezalexandear
andauthored
review
Co-authored-by: Oleksandr Redko <[email protected]>
1 parent 11377ca commit db9d428

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/content/docs/contributing/website.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ The site is based on [hextra](https://github.com/imfing/hextra) theme.
1919

2020
We use templates like `{.SomeField}` inside our `md` files.
2121

22-
There templates are expanded by running `make website_expand_templates` in the root of the repository.
22+
These templates are expanded by running `make website_expand_templates` in the root of the repository.
2323
It runs script `scripts/website/expand_templates/` that rewrites `md` files with replaced templates.
2424

2525
## Hosting
2626

27-
We use GitHub Pages as static website hosting and CD.
27+
We use GitHub Pages for static website hosting and CD.
2828

2929
GitHub deploys the website to production after merging anything to a `main` branch.
3030

@@ -35,17 +35,17 @@ Install Hugo (v0.148.1 or newer).
3535
Run:
3636

3737
```bash
38-
hugo server --buildDrafts --disableFastRender
38+
hugo server --buildDrafts --disableFastRender
3939
```
4040

41-
And navigate to `http://localhost:1313` after successful build.
41+
And navigate to `http://localhost:1313` after a successful build.
4242

43-
There is no need to restart Hugo server almost for all changes: it supports hot reload.
43+
There is no need to restart the Hugo server for almost all changes: it supports hot reload.
4444
Also, there is no need to refresh a webpage: hot reload updates changed content on the open page.
4545

4646
## Website Build
4747

48-
To do it run:
48+
To do this, run:
4949

5050
```bash
5151
make website_expand_templates

docs/content/docs/formatters/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To see a list of supported formatters and which formatters are enabled/disabled:
1010
golangci-lint help formatters
1111
```
1212

13-
To see a list of formatters enabled by your configuration use:
13+
To see a list of formatters enabled by your configuration, use:
1414

1515
```bash
1616
golangci-lint formatters

docs/content/docs/linters/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To see a list of supported linters and which linters are enabled/disabled:
1010
golangci-lint help linters
1111
```
1212

13-
To see a list of linters enabled by your configuration use:
13+
To see a list of linters enabled by your configuration, use:
1414

1515
```bash
1616
golangci-lint linters

0 commit comments

Comments
 (0)