Skip to content

Commit 8ae8f3b

Browse files
committed
Adding trloft's changes
1 parent 8793a78 commit 8ae8f3b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/pages/configuration/dev/basics.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Kubernetes-based development can be useful in the following cases:
1919
- You want to test your application in a production-like environment
2020
- You want to debug issues that are hard to reproduce on your local machine
2121

22-
The development experience is very similar to using `docker-compose`, so if you are already familiar on how to develop with `docker-compose`, DevSpace will behave very similar. One of the major benefits of DevSpace versus docker-compose is that DevSpace allows you to develop in any Kubernetes cluster, either locally using minikube, Docker Kubernetes etc. or in any remote Kubernetes cluster.
22+
The development experience is very similar to using `docker-compose`. If you are already familiar on how to develop with `docker-compose`, DevSpace will behave very similar. One of the benefits of DevSpace versus `docker-compose` is that DevSpace allows you to develop in any Kubernetes cluster, either locally using minikube, Docker Kubernetes etc., or in any remote Kubernetes cluster.
2323

2424

2525
## Start Development Mode

docs/pages/configuration/pipelines/functions/start_dev.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: start_dev
55

66
import FragmentConfigOverwriteFlags from '../../../_partials/config-overwrite-flags.mdx';
77

8-
This function starts an existing dev configurations, or all dev configurations if you use the "--all" argument in the command.
8+
This function starts an existing dev configuration, or all dev configurations if you use the "--all" argument in the command.
99

1010
## Arguments
1111

0 commit comments

Comments
 (0)