# auto-correct **Repository Path**: mirrors_node-modules/auto-correct ## Basic Information - **Project Name**: auto-correct - **Description**: auto correct for command line tools - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README auto-correct ============ [![Build Status](https://travis-ci.org/node-modules/auto-correct.svg)](https://travis-ci.org/node-modules/auto-correct) auto correct for command line tools make `install` match with: ``` install nstall nistall istall isntall intall intsall insall insatll instll instlal instal install ``` ## install ``` npm install auto-correct ``` ## Usage ``` var match = require('auto-correct'); match('insall', 'install'); // true ```