---
title: spellCheckingType
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstextinputtraits/spellcheckingtype
---

# spellCheckingType

## Declaration

```swift
optional var spellCheckingType: NSTextInputTraitType { get set }
```

## See Also

### Instance Properties

- [autocorrectionType](appkit/nstextinputtraits/autocorrectiontype.md)
- [dataDetectionType](appkit/nstextinputtraits/datadetectiontype.md)
- [grammarCheckingType](appkit/nstextinputtraits/grammarcheckingtype.md)
- [inlinePredictionType](appkit/nstextinputtraits/inlinepredictiontype.md)
- [linkDetectionType](appkit/nstextinputtraits/linkdetectiontype.md)
- [smartDashesType](appkit/nstextinputtraits/smartdashestype.md)
- [smartInsertDeleteType](appkit/nstextinputtraits/smartinsertdeletetype.md)
- [smartQuotesType](appkit/nstextinputtraits/smartquotestype.md)
- [textCompletionType](appkit/nstextinputtraits/textcompletiontype.md)
- [textReplacementType](appkit/nstextinputtraits/textreplacementtype.md)
