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

# NSSpellChecker.CorrectionResponse.rejected

The user rejected the correction by dismissing the correction indicator.

## Declaration

```swift
case rejected
```

## See Also

### Enumeration Cases

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