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

# NSSpellChecker.CorrectionIndicatorType

Constants that allow an app to specify the correction indicator type displayed.

```
enum CorrectionIndicatorType
```

## Topics

### Constants

[`NSCorrectionIndicatorTypeDefault`](/documentation/AppKit/NSSpellChecker/CorrectionIndicatorType/default)

The default indicator that shows a proposed correction.

[`NSCorrectionIndicatorTypeReversion`](/documentation/AppKit/NSSpellChecker/CorrectionIndicatorType/reversion)

Provides the option to revert to the original form after a correction has been made.

[`NSCorrectionIndicatorTypeGuesses`](/documentation/AppKit/NSSpellChecker/CorrectionIndicatorType/guesses)

Shows multiple alternatives from which the user may choose the appropriate spelling.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)