Skip to content

Commit ee48933

Browse files
authored
Merge pull request #2287 from arieldbt/patch-1
correct python spelling
2 parents 7948bdf + f27dba9 commit ee48933

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/pages/configuration/dev/connections/restart-helper.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import ConfigPartial from '../../_partials/v2beta1/dev/restartHelper.mdx'
77

88
DevSpace provides a small shell script that can used as container entrypoint (PID 1 process) to start the container instead of your actual container start command.
99

10-
For example, if your entrypoint would be `pyhton main.py`, DevSpace would rewrite the container start command to:
10+
For example, if your entrypoint would be `python main.py`, DevSpace would rewrite the container start command to:
1111
```bash
1212
/.devspace/devspace-restart-helper python main.py
1313
```

0 commit comments

Comments
 (0)