---
title: NSSpellChecker.CorrectionResponse.ignored
framework: appkit
role: symbol
role_heading: Case
path: appkit/nsspellchecker/correctionresponse/ignored
---

# NSSpellChecker.CorrectionResponse.ignored

The user continued in such a way as to ignore the correction.

## Declaration

```swift
case ignored
```

## See Also

### Enumeration Cases

- [NSSpellChecker.CorrectionResponse.accepted](appkit/nsspellchecker/correctionresponse/accepted.md)
- [NSSpellChecker.CorrectionResponse.edited](appkit/nsspellchecker/correctionresponse/edited.md)
- [NSSpellChecker.CorrectionResponse.none](appkit/nsspellchecker/correctionresponse/none.md)
- [NSSpellChecker.CorrectionResponse.rejected](appkit/nsspellchecker/correctionresponse/rejected.md)
- [NSSpellChecker.CorrectionResponse.reverted](appkit/nsspellchecker/correctionresponse/reverted.md)
