typolice typolice is a tool to find typos in text. Installation $ go install github.com/tetzng/typolice/cmd/typolice@latest Usage $ typolice "AWS S3 is an object storage service." Typo: AWS S3, Preferred: Amazon S3 Total typos found: 1 License MIT Author tetzng