Skip to content

Commit c12b5bf

Browse files
Merge pull request SharePoint#4455 from andrewconnell/docfix-typosAug09
Multiple typo & broken link fixes reported by community
2 parents 9a5746d + 4bbd6e7 commit c12b5bf

9 files changed

+16
-12
lines changed

docs/declarative-customization/site-design-json-schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ Use the **setSiteBranding** verb to specify the navigation layout, the header la
757757

758758
- **navigationLayout** – Specify the navigation layout as Cascade or Megamenu
759759
- **headerLayout** – Specify the header layout as Standard or Compact
760-
- **headerBackground** – Specify the header background as None, Neutral, Soft or Stong
760+
- **headerBackground** – Specify the header background as None, Neutral, Soft or Strong
761761

762762
#### Example
763763

docs/general-development/create-sharepoint-no-code-solutions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ The following articles describe how to create no-code solutions and provide link
3333
|**Article**|**Description**|
3434
|:-----|:-----|
3535
| [SharePoint Composites Handbook](sharepoint-composites-handbook.md) <br/> |Provides in-depth guidance to help you learn how to create a no-code solution. <br/> |
36-
| [No-code solutions using SharePoint Composites](create-sharepoint-no-code-solutions) <br/> |Provides links to many practical articles, walkthroughs, demos, virtual labs, and other formats that show how to create no-code solutions. <br/> |
3736
| [Save, download, and upload a SharePoint site as a template](save-download-and-upload-a-sharepoint-site-as-a-template.md) <br/> |Explains how to create site templates without using code so you can easily deploy no-code solutions. <br/> |
3837

3938

docs/solution-guidance/Getting-Started-with-building-Azure-WebJobs-for-your-Office365-sites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you’re using Visual Studio, the NuGet package manager dialog may look sligh
2929

3030
1. Go to **Tools** > **NuGet Package Manager** > **Manage NuGet Packages for Solution**, and search for **App for SharePoint**.
3131

32-
2. Install the package called **AppForSharePointWebToolkit**.
32+
2. Install the package called **AppForSharePointOnlineWebToolkit**.
3333

3434
3. The toolkit installs the required helper classes for working with the SharePoint client-side object model (CSOM).
3535

docs/solution-guidance/multigeo-discovery.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,19 @@ clientContext.ExecuteQuery();
4343

4444
You can get the geo ___location information for a tenant by using Microsoft Graph. The following example returns a collection with one object per geo ___location.
4545

46+
> [!NOTE]
47+
> The following code sample uses the `dataLocationCode` attribute on the `siteCollection` object. At the time of publishing, this property is only available in [Microsoft Graph beta endpoint](https://docs.microsoft.com/en-us/graph/api/resources/sitecollection?view=graph-rest-beta).
48+
49+
4650
```
47-
GET https://graph.microsoft.com/v1.0/sites?filter=siteCollection/root%20ne%20null&select=webUrl,siteCollection
51+
GET https://graph.microsoft.com/beta/sites?filter=siteCollection/root%20ne%20null&select=webUrl,siteCollection
4852
```
4953

5054
#### Example response for a Multi-Geo tenant
5155

5256
```json
5357
{
54-
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#sites",
58+
"@odata.context": "https://graph.microsoft.com/beta/$metadata#sites",
5559
"value": [
5660
{
5761
"webUrl": "https://contoso.sharepoint.com/",
@@ -92,14 +96,14 @@ The following example shows the results of a Microsoft Graph call to a single-ge
9296
<!-- Not sure where the output for a Multi-Geo tenant is. Provide a link? -->
9397

9498
```
95-
GET https://graph.microsoft.com/v1.0/sites?filter=siteCollection/root%20ne%20null&select=webUrl,siteCollection
99+
GET https://graph.microsoft.com/beta/sites?filter=siteCollection/root%20ne%20null&select=webUrl,siteCollection
96100
```
97101

98102
#### Example response for a single-geo tenant
99103

100104
```json
101105
{
102-
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#sites",
106+
"@odata.context": "https://graph.microsoft.com/beta/$metadata#sites",
103107
"value": [
104108
{
105109
"webUrl": "https://singlegeotest.sharepoint.com/",

docs/sp-add-ins/get-to-know-the-sharepoint-rest-service.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,3 @@ To learn more about using the SharePoint REST service, use the following resourc
169169
| [Social feed REST API reference for SharePoint](../general-development/social-feed-rest-api-reference-for-sharepoint.md) | SharePoint REST endpoints for feed-related tasks. |
170170
| [Following people and content REST API reference for SharePoint](../general-development/following-people-and-content-rest-api-reference-for-sharepoint.md) | SharePoint REST endpoints for following people and content. |
171171
| [Develop SharePoint Add-ins](develop-sharepoint-add-ins.md) | Find in-depth articles and resources to help you build advanced capabilities into your SharePoint Add-ins. |
172-
| [REST API reference and samples](https://msdn.microsoft.com/library) | Comprehensive API reference for working with Microsoft tools, services, and technologies. Whether you're building apps, developing websites, or working with the cloud, you'll find detailed syntax, code snippets, and best practices. |

docs/sp-add-ins/sharepoint-add-ins.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,4 @@ Ready to get started?
145145
146146
## See also
147147

148-
- [Microsoft Virtual Academy: Getting Started with SharePoint Add-Ins](https://mva.microsoft.com/en-US/training-courses/getting-started-with-sharepoint-addins-14053)
149148
- [SharePoint glossary](../general-development/sharepoint-glossary.md)

docs/sp-add-ins/work-with-host-web-data-from-javascript-in-the-add-in-web.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Open the host web (your developer test website) and verify that there is a calen
7575
// Utility functions
7676
7777
function getQueryStringParameter(paramToRetrieve) {
78-
var params = document.___URL.split("?")[1].split("&amp;");
78+
var params = document.___URL.split("?")[1].split("&");
7979
var strParams = "";
8080
for (var i = 0; i < params.length; i = i + 1) {
8181
var singleParam = params[i].split("=");

docs/spfx/subscribe-to-list-notifications.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ localization_priority: Normal
1010

1111
Starting from SharePoint Framework v1.7.0, you can subscribe to changes to files stored in a SharePoint Document Library. This allows you to respond to changes when they happen, without having to regularly poll the contents of the library.
1212

13+
> [!NOTE]
14+
> This feature was introduced as a developer preview feature. In order to use features in developer preview, ensure you use the `-plusbeta` version of the library (*see [this issue for reference](https://github.com/SharePoint/sp-dev-docs/issues/4306)*)
15+
1316
## Prerequisites
1417

1518
To use the SharePoint Framework list subscription capability, you first need to install the `@microsoft/sp-list-subscription` npm package. You can do it using the following code snippet:

docs/transform/modernize-userinterface-site-pages-webparts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ pageTransformator.Transform(pti);
9292
These web parts are quite flexible in classic and therefore are replaced by more specific modern web parts. The replacement works as follows:
9393

9494
- Document library: [Library](https://support.office.com/en-us/article/use-the-document-library-web-part-a9dfecc3-2050-4528-9f00-2c5afc5731b0) web part
95-
- List: [List]([List](https://support.office.com/en-us/article/use-the-list-web-part-ef0a1b80-f8b3-443d-b04a-1e76c70b5537)) web part
95+
- List: [List](https://support.office.com/en-us/article/use-the-list-web-part-ef0a1b80-f8b3-443d-b04a-1e76c70b5537) web part
9696
- Calendar: [Events](https://support.office.com/en-us/article/use-the-events-web-part-5fe4da93-5fa9-4695-b1ee-b0ae4c981909) web part
97-
- Issue list: [List]([List](https://support.office.com/en-us/article/use-the-list-web-part-ef0a1b80-f8b3-443d-b04a-1e76c70b5537)) web part
97+
- Issue list: [List](https://support.office.com/en-us/article/use-the-list-web-part-ef0a1b80-f8b3-443d-b04a-1e76c70b5537) web part
9898
- Task list: [Text](https://support.office.com/en-us/article/add-text-and-tables-to-your-page-with-the-text-web-part-729c0aa1-bc0d-41e3-9cde-c60533f2c801) web part explaining this could not be mapped
9999
- Discussion board: [Text](https://support.office.com/en-us/article/add-text-and-tables-to-your-page-with-the-text-web-part-729c0aa1-bc0d-41e3-9cde-c60533f2c801) web part explaining this could not be mapped
100100
- Survey list: [Text](https://support.office.com/en-us/article/add-text-and-tables-to-your-page-with-the-text-web-part-729c0aa1-bc0d-41e3-9cde-c60533f2c801) web part explaining this could not be mapped

0 commit comments

Comments
 (0)