Skip to content

Commit 70dd0ea

Browse files
authored
Fix typo (SharePoint#6121)
1 parent ff13f61 commit 70dd0ea

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
@@ -91,7 +91,7 @@ The following table contains typical REST endpoint URL examples to get you start
9191

9292
| **Description** | **URL endpoint** | **HTTP method** | **Body content** |
9393
| :------------------------------------------------------------------------------------ | :------------------------------------------ | :-------------- | :--------------- |
94-
| Retrieves the title of a list | `web/title` | GET | Not applicable |
94+
| Retrieves the title of a site | `web/title` | GET | Not applicable |
9595
| Retrieves all lists on a site | `lists` | GET | Not applicable |
9696
| Retrieves a single list's metadata | `lists/getbytitle('listname')` | GET | Not applicable |
9797
| Retrieves items within a list | `lists/getbytitle('listname')/items` | GET | Not applicable |

0 commit comments

Comments
 (0)