---
title: NSGrammarCorrections
framework: foundation
role: symbol
role_heading: Global Variable
path: foundation/nsgrammarcorrections
---

# NSGrammarCorrections

The value for the NSGrammarCorrections key should be an NSArray of NSStrings representing potential substitutions to correct the problem, but it is expected that this may not be available in all cases. NSGrammarUserDescription or NSGrammarCorrections must be supplied in order for correction guidance to be presented to the user.

## Declaration

```swift
let NSGrammarCorrections: String
```

## See Also

### Constants

- [NSGrammarRange](foundation/nsgrammarrange.md)
- [NSGrammarUserDescription](foundation/nsgrammaruserdescription.md)
