typos

# 소스에서 (영문)오타를 찾아보자.(git-cliff 에서도 사용)
# 설치
brew install typos-cli

# typos.toml 에 오타 대상 제외 설정하기

# 오타 보기
typos

# 대상 단어 보기
typos --words

# 대상 식별자 보기(snake_case,CamelCase등으로 구분)
typos --identifiers

comments:

댓글 쓰기