---
title: didChangeAutomaticSpellingCorrectionNotification
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nsspellchecker/didchangeautomaticspellingcorrectionnotification
---

# didChangeAutomaticSpellingCorrectionNotification

This notification is posted when the spell checker did change text using automatic spell checking correction. The are posted to the application’s default notification center.

## Declaration

```swift
class let didChangeAutomaticSpellingCorrectionNotification: NSNotification.Name
```

## Discussion

Discussion To observe this notification using Swift concurrency, use NSSpellChecker.DidChangeAutomaticSpellingCorrectionMessage.

## See Also

### Notifications

- [didChangeAutomaticTextReplacementNotification](appkit/nsspellchecker/didchangeautomatictextreplacementnotification.md)
