Skip to content

Commit ef1a491

Browse files
authored
Merge pull request #2476 from neogopher/patch-1
docs: correct grammatical error
2 parents 9557ca6 + 2cadbd6 commit ef1a491

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/pages/configuration/images/_partials/prevent_build.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:::tip <u>Do Not</u> Build Images During Development
33
Because image building can waste a lot of time and slows down developers, we recommend that you only build images when running DevSpace in your CI/CD pipelines using `devspace build/deploy` but **not** when a developer runs `devspace dev`.
44

5-
Instead of image building, the use the following workflow for `devspace dev`:
5+
Instead of image building, use the following workflow for `devspace dev`:
66
1. Deploy your application using prod/stable images
77
2. Use the [`devImage` feature](../dev/modifications/dev-image) to swap out the prod/stable images in runtime using a prebuilt dev-optimized image.
88
3. Use the [`sync` feature](../dev/connections/file-sync) for hot reloading your containers

0 commit comments

Comments
 (0)