Skip to content

Commit 9cb4fcb

Browse files
authored
Merge pull request #2472 from loft-sh/fix-docs-typo
resolves ENG-765 docs typo
2 parents 7604c58 + a667cb3 commit 9cb4fcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/pages/configuration/dev/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Common dev connections include:
5252

5353

5454
## 3. Modify Container For Development
55-
Because the idea behing dev containers is that you just deploy your prod/stable containers and then turn one or even multiple containers into dev containers later on when you actually want to work on them, DevSpace allows you to make modifications for these containers on-the-fly.
55+
Because the idea behind dev containers is that you just deploy your prod/stable containers and then turn one or even multiple containers into dev containers later on when you actually want to work on them, DevSpace allows you to make modifications for these containers on-the-fly.
5656

5757
A common example for modifying a container to optimize it for development would be to use the `devImage` feature which tells DevSpace to swap out the container's prod/stable image with a prebuilt dev-optimized image (e.g. that contains a remote debugger and other dev tooling).
5858

0 commit comments

Comments
 (0)