File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
sharepoint/sharepoint-ps/sharepoint-pnp Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,14 +62,14 @@ Retrieves all list items from the Tasks list
62
62
Get-PnPListItem -List Tasks -Id 1
63
63
```
64
64
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
66
66
67
67
### ------------------EXAMPLE 3------------------
68
68
``` powershell
69
69
Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3
70
70
```
71
71
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
73
73
74
74
### ------------------EXAMPLE 4------------------
75
75
``` powershell
@@ -215,4 +215,4 @@ Accept pipeline input: False
215
215
216
216
## RELATED LINKS
217
217
218
- [SharePoint Developer Patterns and Practices](http://aka.ms/sppnp)
218
+ [SharePoint Developer Patterns and Practices](http://aka.ms/sppnp)
You can’t perform that action at this time.
0 commit comments