Skip to content

Commit e6b883b

Browse files
Merge branch 'main' into Power-Apps-portals---delete-topics-and-redirect
2 parents 0244fc4 + 46c6436 commit e6b883b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerapps-docs/user/well-written-input-text-copilot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@ To turn off for an app using the app settings:
7272
To turn off for an app using PowerShell:
7373

7474
```powershell
75-
$Set-PowerAppSettings -AppName 'AppName' -DraftingCopilotEnabled $false
75+
Set-PowerAppSettings -AppName 'AppName' -DraftingCopilotEnabled $false
7676
```
7777

7878
### Turn off text assistance for an environment
7979

8080
To turn off text assistance for a specific environment, use the following cmdlet.
8181

8282
```powershell
83-
$Set-AdminPowerAppEnvironmentCopilotSettings -EnvironmentName 'EnvironmentName' -AppDraftingCopilotEnabled $false
83+
Set-AdminPowerAppEnvironmentCopilotSettings -EnvironmentName 'EnvironmentName' -AppDraftingCopilotEnabled $false
8484
```
8585

8686
## Known issue

0 commit comments

Comments
 (0)