Skip to content

Commit fffe909

Browse files
mgedminTimer
authored andcommitted
Move whitespace comment closer to where it applies (#4566)
1 parent 6370e40 commit fffe909

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-scripts/template/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1288,14 +1288,14 @@ To do this, set the `HTTPS` environment variable to `true`, then start the dev s
12881288
set HTTPS=true&&npm start
12891289
```
12901290

1291+
(Note: the lack of whitespace is intentional.)
1292+
12911293
#### Windows (Powershell)
12921294

12931295
```Powershell
12941296
($env:HTTPS = $true) -and (npm start)
12951297
```
12961298

1297-
(Note: the lack of whitespace is intentional.)
1298-
12991299
#### Linux, macOS (Bash)
13001300

13011301
```bash

0 commit comments

Comments
 (0)