Skip to content

fix plural word

fix plural word #6580

Workflow file for this run

name: Lint and style checks
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/[email protected]
- uses: crate-ci/typos@master
with:
files: ./docs/**