File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ This means you have to run the following command in order to build your image:
73
73
docker compose -f compose.yaml -f compose.prod.yaml build --pull --no-cache
74
74
```
75
75
76
- > [ !WARINING ]
76
+ > [ !WARNING ]
77
77
>
78
78
> The order of ` -f ` arguments matters.
79
79
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ You can now use the debugger!
79
79
```
80
80
81
81
3 . Use [ Run and Debug] ( https://code.visualstudio.com/docs/debugtest/debugging#_start-a-debugging-session )
82
- options and run ` Listen for Xdebug ` command to listen for upcomming connections
82
+ options and run ` Listen for Xdebug ` command to listen for upcoming connections
83
83
with [ the ** Xdebug extension** ] ( https://xdebug.org/docs/step_debug#browser-extensions )
84
84
installed and active.
85
85
You can’t perform that action at this time.
0 commit comments