Skip to content

Commit 633a98a

Browse files
committed
fixing bold format marks
1 parent 3acd3c0 commit 633a98a

15 files changed

+22
-22
lines changed

docs/general-development/fast-query-language-fql-syntax-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ If a token in the matching segment matches more than one operand to the **NEAR**
973973

974974

975975

976-
** **NEAR** or **ONEAR** with **NOT****
976+
**NEAR or ONEAR with NOT**
977977

978978

979979

docs/general-development/how-to-create-a-mobile-app-in-sharepoint-that-contains-data-from-an-externa.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ A BDC model is the core of Business Connectivity Services. It's an XML file that
5151
2. Choose **Application Management**, and then choose **Manage Service Applications**.
5252

5353

54-
3. On the Service Application page, choose ** Business Data Connectivity Service**.
54+
3. On the Service Application page, choose **Business Data Connectivity Service**.
5555

5656

5757
4. On the ribbon in the BDC Service application, choose **Import**.
@@ -168,7 +168,7 @@ Now that you've uploaded the BDC model and set permissions, you can create an ex
168168
5. In the **Adding an External List** dialog box, enter a name such asCustomers in the **Name** field.
169169

170170

171-
6. In the ** External Content Type** box, specify the external data source that you uploaded in step 1.
171+
6. In the **External Content Type** box, specify the external data source that you uploaded in step 1.
172172

173173

174174
7. Choose the **OK** button.

docs/general-development/how-to-customize-a-field-type-using-client-side-rendering.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ Figure 1 shows a view form with a custom-rendered field type.
9797
1. Open Visual Studio 2012 as administrator (right-click the Visual Studio 2012 icon in the **Start** menu, and then choose **Run as administrator** ).
9898

9999

100-
2. Create a new project using the ** SharePoint 2013 Project** template
100+
2. Create a new project using the **SharePoint 2013 Project** template
101101

102-
Figure 2 shows the ___location of the ** SharePoint 2013 Project** template in Visual Studio 2012, under **Templates**, **Visual C#**, **Office SharePoint**, **SharePoint Solutions**.
102+
Figure 2 shows the ___location of the **SharePoint 2013 Project** template in Visual Studio 2012, under **Templates**, **Visual C#**, **Office SharePoint**, **SharePoint Solutions**.
103103

104104

105105
**Figure 2. SharePoint 2013 project Visual Studio template**

docs/general-development/how-to-map-a-network-drive-to-the-sharepoint-master-page-gallery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ On the computer that runs your design tool or HTML editor, map a network drive t
4242
- If the computer is running Windows XP, follow the steps that are described in the article [How to connect and disconnect a network drive in Windows XP](http://support.microsoft.com/kb/308582).
4343

4444

45-
- ** *If the computer is running another operating system, follow the instructions for creating a shortcut to a new ___location for that operating system.* ** You might have to provide different credentials for connecting to the SharePoint site, and you might have to specify that the connection be re-established every time that you log on to the computer.
45+
- ***If the computer is running another operating system, follow the instructions for creating a shortcut to a new ___location for that operating system.*** You might have to provide different credentials for connecting to the SharePoint site, and you might have to specify that the connection be re-established every time that you log on to the computer.
4646

4747

4848

docs/general-development/how-to-restrict-udf-code-access-security-permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ For more information about configuring code groups, see the following articles o
9393
This displays the **Permission Settings** dialog box.
9494

9595

96-
17. Select ** assemblies the following security permissions**.
96+
17. Select **assemblies the following security permissions**.
9797

9898

9999
18. Select **Enable assembly execution**.

docs/general-development/sharepoint-composites-handbook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ A SharePoint Composite combines data, documents, and business process in a "do-i
3333

3434

3535

36-
** IT friendly** Ease the struggle between trying to be responsive to users without affecting IT control and governance. SharePoint Composites help you create business solutions that are visible and integrated into your organization's information infrastructure. These no-code solutions are easier to deploy, manage, and maintain.
36+
**IT friendly** Ease the struggle between trying to be responsive to users without affecting IT control and governance. SharePoint Composites help you create business solutions that are visible and integrated into your organization's information infrastructure. These no-code solutions are easier to deploy, manage, and maintain.
3737

3838

3939

docs/general-development/step-2-creating-a-managed-code-udf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The **Microsoft.Office.Excel.Server.Udf.UdfMethod** attribute has an **IsVolatil
2828
### To add directives
2929

3030

31-
- The types to use are defined in the ** Microsoft.Office.Excel.Server.Udf** namespace. Adding a **using** (or **Imports**) directive at the top of the Class1.cs file will allow you to use the types in **Microsoft.Office.Excel.Server.Udf** without having to fully qualify the types in the namespace.
31+
- The types to use are defined in the **Microsoft.Office.Excel.Server.Udf** namespace. Adding a **using** (or **Imports**) directive at the top of the Class1.cs file will allow you to use the types in **Microsoft.Office.Excel.Server.Udf** without having to fully qualify the types in the namespace.
3232

3333
To add this directive, add the following code to the beginning of your code in the Class1.cs file, after `using System.Text:`
3434

docs/sp-add-ins/add-a-workflow-to-a-sharepoint-hosted-sharepoint-add-in.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The workflow sends an email to notify an HR staffer that the new employee has fi
102102

103103

104104

105-
1. Open the **Toolbox** pane in Visual Studio, expand the ** SP - List** node, and then drag **LookupSPListItem** into the **Sequence** in the designer.
105+
1. Open the **Toolbox** pane in Visual Studio, expand the **SP - List** node, and then drag **LookupSPListItem** into the **Sequence** in the designer.
106106

107107

108108
2. Select the **LookupSPListItem** so that its properties appear in the Visual Studio **Properties** pane. Set the following properties to these values:
@@ -185,7 +185,7 @@ The workflow sends an email to notify an HR staffer that the new employee has fi
185185
11. In the **Condition** box of the **If**, enter OrientationStage=="HR paperwork".
186186

187187

188-
12. Open the **Toolbox** pane in Visual Studio, expand the ** SP - Utilities** node, and then drag **Email** into the **Then** box of the **If** activity.
188+
12. Open the **Toolbox** pane in Visual Studio, expand the **SP - Utilities** node, and then drag **Email** into the **Then** box of the **If** activity.
189189

190190

191191
13. Select the **Email** activity. In the **Properties** pane, set the values of the Body, Subject, and To properties. In each case, choose the callout button, **. . .**, for the property and use the **Expression Editor** that opens to set the property's value as in the following table. These are C# string expressions, so use quotation marks exactly as shown. The `Title` here is a variable that you assigned earlier to the **Title** field of the list item (which holds the name of the employee).

docs/sp-add-ins/create-a-cloud-business-add-in-that-uses-the-sap-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ This section provides an overview of how the add-in implements OAuth in Azure AD
467467

468468

469469

470-
** Overview**
470+
**Overview**
471471

472472

473473

docs/sp-add-ins/create-high-trust-sharepoint-add-ins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ $certificate = New-Object System.Security.Cryptography.X509Certificates.X509Cert
227227
228228
```
229229

230-
4. Your remote web application will use an access token to get access to SharePoint data. The access token must be issued by a token issuer that SharePoint trusts. In a high-trust SharePoint Add-in, the certificate is the token issuer. Add the following lines to construct an issuer ID in the format that SharePoint requires: ** _specific_issuer_GUID_@ _realm_GUID_**.
230+
4. Your remote web application will use an access token to get access to SharePoint data. The access token must be issued by a token issuer that SharePoint trusts. In a high-trust SharePoint Add-in, the certificate is the token issuer. Add the following lines to construct an issuer ID in the format that SharePoint requires: **\_specific\_issuer\_GUID\_@\_realm\_GUID\_**.
231231

232232
```
233233
$specificIssuerId = "11111111-1111-1111-1111-111111111111"

0 commit comments

Comments
 (0)