Skip to content

Commit b8defcb

Browse files
authored
docs: fix typo in terminal docs
1 parent dadfe16 commit b8defcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/pages/configuration/dev/connections/terminal.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dev:
4141
4242
Under the hood DevSpace will replace the running pod and apply the following changes, before actually starting a terminal to it:
4343
- Remove `readinessProbes`, `startupProbes` & `livenessProbes`
44-
- Change the entrypoint of the container to `sleep 100000` only if `dev.*.command` and `dev.*.args` are not specified, otherwise it will respsect these configs
44+
- Change the entrypoint of the container to `sleep 100000` only if `dev.*.command` and `dev.*.args` are not specified, otherwise it will respect these configs
4545

4646
:::info POD REPLACE
4747
If you do not want DevSpace to replace the pod with a modified version, use `disableReplace: true`

0 commit comments

Comments
 (0)