From 15fd9a45566abb871048e1bba95d80f5ace691c3 Mon Sep 17 00:00:00 2001 From: Santiago Squarzon Date: Wed, 22 Mar 2023 21:33:08 -0300 Subject: [PATCH] i dont know what im doing :P --- docs/en-US/Get-PSTree.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en-US/Get-PSTree.md b/docs/en-US/Get-PSTree.md index f80f9e6..b194bc8 100644 --- a/docs/en-US/Get-PSTree.md +++ b/docs/en-US/Get-PSTree.md @@ -172,7 +172,7 @@ This switch enables the cmdlet to calculated the recursive size of folders in a By default, the cmdlet only displays the size of folders based on the sum of the files length in each directory. It's important to note that this is a more expensive operation, in order to calculate the recursive size, all folders in the hierarchy need to be traversed. -By default, hidden and system files and folders is not added to the recursive size, for this you must use the `-Force` parameter. Excluded files and folders with the `-Exclude` parameter do not add to the recursive folders size. +By default, hidden and system files and folders size is not added to the recursive size, for this you must use the `-Force` parameter. Excluded files and folders with the `-Exclude` parameter do not add to the recursive folders size. ```yaml Type: SwitchParameter