Skip to content

Commit 36f6010

Browse files
authored
Merge pull request #2562 from ninjaprox/patch-1
docs: fix a typo in terminal doc
2 parents dadfe16 + b8defcb commit 36f6010

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)