Skip to content

Commit ab724c4

Browse files
Update working-with-folders-and-files-with-rest.md (SharePoint#5930)
Correct Typo
1 parent f7e120d commit ab724c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sp-add-ins/working-with-folders-and-files-with-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ static void Main(string[] args)
168168
}
169169
ICredentials credentials = new SharePointOnlineCredentials("xxxxxx.onmicrosoft.com", secureString);
170170

171-
//set credential of SharePoint 2013(on-premise)
171+
//set credential of SharePoint 2013(On-Premises)
172172
//string userName = "Administrator";
173173
//string password = "xxxxxxx";
174174
//string ___domain = "CONTOSO";

0 commit comments

Comments
 (0)