---
title: "dismissCorrectionIndicator(for:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nsspellchecker/dismisscorrectionindicator(for:)"
---

# dismissCorrectionIndicator(for:)

Dismisses the correction indicator for the specified view.

## Declaration

```swift
func dismissCorrectionIndicator(for view: NSView)
```

## Parameters

- `view`: The view.

## See Also

### Automatic Spelling Correction

- [correction(forWordRange:in:language:inSpellDocumentWithTag:)](appkit/nsspellchecker/correction(forwordrange:in:language:inspelldocumentwithtag:).md)
- [showCorrectionIndicator(of:primaryString:alternativeStrings:forStringIn:view:completionHandler:)](appkit/nsspellchecker/showcorrectionindicator(of:primarystring:alternativestrings:forstringin:view:completionhandler:).md)
- [record(_:toCorrection:forWord:language:inSpellDocumentWithTag:)](appkit/nsspellchecker/record(_:tocorrection:forword:language:inspelldocumentwithtag:).md)
- [NSSpellChecker.CorrectionIndicatorType](appkit/nsspellchecker/correctionindicatortype.md)
- [NSSpellChecker.CorrectionResponse](appkit/nsspellchecker/correctionresponse.md)
