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

# NSSpellChecker.CorrectionResponse.edited

After the correction was accepted, the user edited the corrected word (to something other than its original form.

## Declaration

```swift
case edited
```

## See Also

### Enumeration Cases

- [NSSpellChecker.CorrectionResponse.accepted](appkit/nsspellchecker/correctionresponse/accepted.md)
- [NSSpellChecker.CorrectionResponse.ignored](appkit/nsspellchecker/correctionresponse/ignored.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)
