Skip to content

Commit 46c6436

Browse files
authored
Merge pull request #9190 from MicrosoftDocs/jordanchodakWork-patch-6
Update well-written-input-text-copilot.md
2 parents dc0ce14 + a589c55 commit 46c6436

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)