Skip to content

Commit b6993e4

Browse files
thechriskentVesaJuvonen
authored andcommitted
Minor grammatical updates (SharePoint#1630)
1 parent 910e74f commit b6993e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/features/hub-site/REST-hubsitedata-method.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ GET /_api/web/HubSiteData
2121

2222
|Name |In |Required|Type|Description|
2323
|-----|---|--------|----|-----------|
24-
|forceRefresh|query|False|boolean|Default value is false. If false, data is returned from the server's cache. If true, the cache is refreshed with latest updates. Use this if you just made changes and need to see the changes right away.|
24+
|forceRefresh|query|False|boolean|Default value is false. When false, the data is returned from the server's cache. When true, the cache is refreshed with the latest updates and then returned. Use this if you just made changes and need to see those changes right away.|
2525

2626
## Request headers
2727

@@ -75,4 +75,4 @@ https://contoso.sharepoint.com/sites/marketing/_api/web/HubSiteData(true)
7575
}
7676
]
7777
}
78-
```
78+
```

0 commit comments

Comments
 (0)