<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSSpellChecker/CorrectionResponse",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSCorrectionResponse"
  },
  "title" : "NSSpellChecker.CorrectionResponse"
}
-->

# NSSpellChecker.CorrectionResponse

The correction response passed to the[`record(_:toCorrection:forWord:language:inSpellDocumentWithTag:)`](/documentation/AppKit/NSSpellChecker/record(_:toCorrection:forWord:language:inSpellDocumentWithTag:)) method.

```
enum CorrectionResponse
```

## Topics

### Enumeration Cases

[`NSSpellChecker.CorrectionResponse.accepted`](/documentation/AppKit/NSSpellChecker/CorrectionResponse/accepted)

The user accepted the correction.

[`NSSpellChecker.CorrectionResponse.edited`](/documentation/AppKit/NSSpellChecker/CorrectionResponse/edited)

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

[`NSSpellChecker.CorrectionResponse.ignored`](/documentation/AppKit/NSSpellChecker/CorrectionResponse/ignored)

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

[`NSSpellChecker.CorrectionResponse.none`](/documentation/AppKit/NSSpellChecker/CorrectionResponse/none)

No response was received from the user.

[`NSSpellChecker.CorrectionResponse.rejected`](/documentation/AppKit/NSSpellChecker/CorrectionResponse/rejected)

The user rejected the correction by dismissing the correction indicator.

[`NSSpellChecker.CorrectionResponse.reverted`](/documentation/AppKit/NSSpellChecker/CorrectionResponse/reverted)

After the correction was accepted, the user reverted the correction back to the original word.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)