Skip to content

Commit d278614

Browse files
authored
Merge pull request MicrosoftDocs#1849 from nschonni/patch-2
typo: Double word "from"
2 parents 9237ec0 + 245acc0 commit d278614

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sharepoint/sharepoint-ps/sharepoint-pnp/Get-PnPListItem.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ Retrieves all list items from the Tasks list
6262
Get-PnPListItem -List Tasks -Id 1
6363
```
6464

65-
Retrieves the list item with ID 1 from from the Tasks list
65+
Retrieves the list item with ID 1 from the Tasks list
6666

6767
### ------------------EXAMPLE 3------------------
6868
```powershell
6969
Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3
7070
```
7171

72-
Retrieves the list item with unique id bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3 from from the tasks lists
72+
Retrieves the list item with unique id bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3 from the tasks lists
7373

7474
### ------------------EXAMPLE 4------------------
7575
```powershell
@@ -215,4 +215,4 @@ Accept pipeline input: False
215215
216216
## RELATED LINKS
217217
218-
[SharePoint Developer Patterns and Practices](http://aka.ms/sppnp)
218+
[SharePoint Developer Patterns and Practices](http://aka.ms/sppnp)

0 commit comments

Comments
 (0)