Skip to content

Commit 3932c53

Browse files
authored
Merge pull request MicrosoftDocs#2530 from nschonni/double-from
typo: Double word "from"
2 parents 78969a0 + 26a75c3 commit 3932c53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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

0 commit comments

Comments
 (0)