Skip to content

Commit 3a072b5

Browse files
changed removed to returned
1 parent b581b6b commit 3a072b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOStorageEntity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.reviewer:
1515
## SYNOPSIS
1616

1717
Tenant properties allow tenant administrators to add properties in the app catalog that can be read by various SharePoint Framework components. Because tenant properties are stored in the tenant app catalog, you must provide the tenant app catalog site collection URL or the site collection app catalog URL in the following cmdlets.
18-
This cmdLet is used to get a value in the property bag.
18+
This cmdlet is used to get a value in the property bag.
1919

2020
## SYNTAX
2121

@@ -35,7 +35,7 @@ Use this cmdlet to get a value in the property bag.
3535
Get-SPOStorageEntity -Site "https://tenant-name.sharepoint.com/sites/app-catalog" -Key "MyCustomValues"
3636
```
3737

38-
This example return the whole entry in the property bag.
38+
This example returns the whole entry in the property bag.
3939

4040
## PARAMETERS
4141

@@ -57,7 +57,7 @@ Accept wildcard characters: False
5757
5858
### -Key
5959
60-
The key in the property bag that should be removed.
60+
The key in the property bag that should be returned.
6161
6262
```yaml
6363
Type: String

0 commit comments

Comments
 (0)