Skip to content

Commit 8b63d67

Browse files
committed
Implemented PR feedback
1 parent 347a0a8 commit 8b63d67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hub/powertoys/newplus.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Note: Any invalid filename characters are replaced with spaces.
5454

5555
##### Examples
5656

57-
| Example template filename | Would on copy expand to |
57+
| Example template filename | Result |
5858
| :--- | :--- |
5959
|`$YYYY-$MM-%DD, $hh $mm $ss - $PARENT_FOLDER_NAME by %USERNAME%` | `2024-11-22, 12 08 54 - PowerShell project by cgaarden` |
6060
|`File where variable value contains invalid characters %USERPROFILE%` | `File where variable value contains invalid characters C Users cgaarden` |
@@ -88,15 +88,15 @@ These date and time related variable patterns are the same as those used by Powe
8888

8989
##### Special variables
9090

91-
These special variables are case-sensitive, so they will only work when written exactly as shown here.
91+
These special variables are case-sensitive, so they will only work when used in the filename exactly as shown here.
9292

9393
| Variable | Explanation |
9494
| :--- | :--- |
9595
| `$PARENT_FOLDER_NAME` | Expands to the name of the parent folder. |
9696

9797
##### Environment variables
9898

99-
These variables are case-insensitive, meaning you can write them in a mix of uppercase or lowercase.
99+
These variables are case-insensitive, meaning you use them in the filename in a mix of uppercase or lowercase.
100100

101101
Each `%environment_variable%` in the file and folder names will be replaced with the value of the corresponding environment variable.
102102

0 commit comments

Comments
 (0)