Skip to content

Commit a5fa07c

Browse files
committed
chore: fix typos in docs
1 parent e573b21 commit a5fa07c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ This means you have to run the following command in order to build your image:
7373
docker compose -f compose.yaml -f compose.prod.yaml build --pull --no-cache
7474
```
7575

76-
> [!WARINING]
76+
> [!WARNING]
7777
>
7878
> The order of `-f` arguments matters.
7979

docs/xdebug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ You can now use the debugger!
7979
```
8080

8181
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
8383
with [the **Xdebug extension**](https://xdebug.org/docs/step_debug#browser-extensions)
8484
installed and active.
8585

0 commit comments

Comments
 (0)