Skip to content

Commit 797c207

Browse files
committed
added typo checker
1 parent ef4548a commit 797c207

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ repos:
88
- id: end-of-file-fixer
99
- id: check-yaml
1010
- id: check-added-large-files
11+
- repo: https://github.com/crate-ci/typos
12+
rev: v1.24.6
13+
hooks:
14+
- id: typos
File renamed without changes.

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ If you link the author id correctly, each author's page will be automatically up
5454

5555
## Styles and Layout
5656

57-
This website uses boostrap https://getbootstrap.com/ v5.3.3 to create styles.
57+
This website uses bootstrap https://getbootstrap.com/ v5.3.3 to create styles.
5858

5959
To customize additional css, edit `/layouts/partials/style.html`.
6060
To customize how the `person` and `papers` render, edit `/layouts/partials/person-card` or `/layouts/partials/paper-card`.

0 commit comments

Comments
 (0)