Skip to content

Commit 44aa9ca

Browse files
committed
docs: improve
1 parent cbfbac8 commit 44aa9ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/website/expand_templates/exclusions.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ import (
1010

1111
const exclusionTmpl = `{{- $tick := "` + "`" + `" -}}
1212
{{- range $name, $rules := . }}
13-
### {{ $tick }}{{ $name }}{{ $tick }}
13+
### Preset {{ $tick }}{{ $name }}{{ $tick }}
1414
1515
<table>
1616
<thead>
1717
<tr>
18-
<th>linter</th>
18+
<th>Linter</th>
1919
<th>Issue Text</th>
2020
</tr>
2121
</thead>

0 commit comments

Comments
 (0)