From f27dba9f29c53573e721d883ad500767d3f8e7c2 Mon Sep 17 00:00:00 2001 From: Ariel Marcus <99043071+arieldbt@users.noreply.github.com> Date: Wed, 7 Sep 2022 15:06:42 -0400 Subject: [PATCH] correct python spelling --- docs/pages/configuration/dev/connections/restart-helper.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/configuration/dev/connections/restart-helper.mdx b/docs/pages/configuration/dev/connections/restart-helper.mdx index 6ed9f207c7..cad05cb608 100644 --- a/docs/pages/configuration/dev/connections/restart-helper.mdx +++ b/docs/pages/configuration/dev/connections/restart-helper.mdx @@ -7,7 +7,7 @@ import ConfigPartial from '../../_partials/v2beta1/dev/restartHelper.mdx' 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. -For example, if your entrypoint would be `pyhton main.py`, DevSpace would rewrite the container start command to: +For example, if your entrypoint would be `python main.py`, DevSpace would rewrite the container start command to: ```bash /.devspace/devspace-restart-helper python main.py ```