<!--
{
  "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

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

The user accepted the correction.

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

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

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

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

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

No response was received from the user.

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

The user rejected the correction by dismissing the correction indicator.

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

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

## Relationships

### Conforms To

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Hashable`](/documentation/Swift/Hashable)

[`Sendable`](/documentation/Swift/Sendable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

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)