Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lindt/docker_typos


https://github.com/lindt/docker_typos

Last synced: 2 days 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
```