Skip to content

Commit

Permalink
Merge pull request #3271 from jackpoz/features/SetList-typos
Browse files Browse the repository at this point in the history
Fix typos in Set-PnPList documentation
  • Loading branch information
gautamdsheth authored Jul 16, 2023
2 parents 8079740 + bf319ec commit 41ee1fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/Set-PnPList.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,21 +85,21 @@ Rename a list, including its' URL.
Set-PnPList -Identity "Demo List" -EnableAutoExpirationVersionTrim $true
```

Enable AutoExpiration file version trim mode on a doccument library.
Enable AutoExpiration file version trim mode on a document library.

### EXAMPLE 9
```powershell
Set-PnPList -Identity "Demo List" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500
```

Enable ExpireAfter file version trim mode on a doccument library. MinorVersions is also needed when minor version is enabled.
Enable ExpireAfter file version trim mode on a document library. MinorVersions is also needed when minor version is enabled.

### EXAMPLE 10
```powershell
Set-PnPList -Identity "Demo List" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500
```

Enable NoExpiration file version trim mode on a doccument library. MinorVersions is also needed when minor version is enabled.
Enable NoExpiration file version trim mode on a document library. MinorVersions is also needed when minor version is enabled.

### EXAMPLE 11
```powershell
Expand Down

0 comments on commit 41ee1fa

Please sign in to comment.