---
title: NSWritingToolsCoordinator.TextReplacementReason.temporary
framework: AppKit
role: symbol
role_heading: Case
platforms: [macOS 27.0+]
path: appkit/nswritingtoolscoordinator/textreplacementreason/temporary
---

# NSWritingToolsCoordinator.TextReplacementReason.temporary

An option to replace the text in your view when a grammar suggestion is temporarily shown to preview the proposed change in the text.

## Declaration

```swift
case temporary
```

## Discussion

Discussion When the user interacts with a grammar issue and the UI is shown, in some cases the suggestion needs to be shown temporarily. Update your view’s text storage without animating the change.
