Skip to content

Commit d95a2d3

Browse files
committed
docs: Fix a typo
Update pre-commit hooks
1 parent cc205a2 commit d95a2d3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@ repos:
4646
files: README.rst
4747
name: rst-linter of README.rst
4848
- repo: https://github.com/codespell-project/codespell
49-
rev: v2.3.0
49+
rev: v2.4.1
5050
hooks:
5151
- id: codespell
5252
args:
5353
- --ignore-words-list
5454
- "hist,indext,pixelx,thex,hight,reenable,lastr,xdescribe,afterall,countr,curvelinear"
5555
- --skip
56-
- examples/sld/index.pug,package-lock.json,examples/reprojection/proj.json,website/themes/agency/source/vendor/jquery/jquery.min.js,examples/reprojection/capitals.json
56+
- examples/sld/index.pug,package-lock.json,examples/reprojection/proj.json,website/themes/agency/source/vendor/jquery/jquery.min.js,examples/reprojection/capitals.json,website/themes/agency/source/vendor/jquery/jquery.js
5757
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
58-
rev: v9.18.0
58+
rev: v9.22.0
5959
hooks:
6060
- id: commitlint
6161
language_version: "22.10.0"

examples/annotations/index.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ block append mainContent
187187
.form-group(annotation-types='all', title='This is the x, y shadowOffset of the shadow in pixels from its default position before rotation. Example: "5, -4"')
188188
label(for='edit-shadowOffset') Shadow Offset
189189
input#edit-shadowOffset(option='shadowOffset', format='coordinate2', optiontype='label')
190-
.form-group(annotation-types='all', title='Enable to rotate the shadow absed on the label\'s rotation.')
190+
.form-group(annotation-types='all', title='Enable to rotate the shadow based on the label\'s rotation.')
191191
label(for='edit-shadowRotate') Rotate Shadow
192192
select#edit-shadowRotate(option='shadowRotate', format='boolean', optiontype='label')
193193
option(value='false') No

examples/measure/index.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ block append mainContent
191191
.form-group(annotation-types='all', title='This is the x, y shadowOffset of the shadow in pixels from its default position before rotation. Example: "5, -4"')
192192
label(for='edit-shadowOffset') Shadow Offset
193193
input#edit-shadowOffset(option='shadowOffset', format='coordinate2', optiontype='label')
194-
.form-group(annotation-types='all', title='Enable to rotate the shadow absed on the label\'s rotation.')
194+
.form-group(annotation-types='all', title='Enable to rotate the shadow based on the label\'s rotation.')
195195
label(for='edit-shadowRotate') Rotate Shadow
196196
select#edit-shadowRotate(option='shadowRotate', format='boolean', optiontype='label')
197197
option(value='false') No

0 commit comments

Comments
 (0)