Skip to content

Commit 785dc8e

Browse files
authored
remove stray backslash
1 parent 5166c86 commit 785dc8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ localization_priority: Priority
88

99
# Get to know the SharePoint REST service
1010

11-
SharePoint introduces a Representational State Transfer (REST) service that is comparable to the existing SharePoint [client object models](http://msdn.microsoft.com/library/88e5e1b9-eab2-4f3b-a3f2-75c96b86f1f4%28Office.15%29.aspx). Now, developers can interact remotely with SharePoint data by using any technology that supports REST web requests. This means that developers can perform **Create**, **Read**, **Update**, and **Delete** (CRUD) operations from their SharePoint Add-ins, solutions, and client applications, using REST web technologies and standard Open Data Protocol (OData) syntax.\
11+
SharePoint introduces a Representational State Transfer (REST) service that is comparable to the existing SharePoint [client object models](http://msdn.microsoft.com/library/88e5e1b9-eab2-4f3b-a3f2-75c96b86f1f4%28Office.15%29.aspx). Now, developers can interact remotely with SharePoint data by using any technology that supports REST web requests. This means that developers can perform **Create**, **Read**, **Update**, and **Delete** (CRUD) operations from their SharePoint Add-ins, solutions, and client applications, using REST web technologies and standard Open Data Protocol (OData) syntax.
1212

1313
## Prerequisites
1414

0 commit comments

Comments
 (0)