An open API service indexing awesome lists of open source software.

https://github.com/lindt/docker_typos


https://github.com/lindt/docker_typos

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

        

# Typos

Checking typos in source code.

## Usage

### List spellings

```!sh
docker run -ti -v $(pwd):/work think/typos
```

### Correct spellings

```!sh
docker run -ti -v $(pwd):/work think/typos --write-changes
```