Skip to content

Commit 3f24490

Browse files
authored
Merge pull request #2171 from loft-sh/lian/fixes-typo
fixes small typo
2 parents a34effa + 03a038f commit 3f24490

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/pages/configuration/imports/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The following table clarifies when to use `imports` and when to use `dependencie
5050
| Difference | `imports` | `dependencies` |
5151
| ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
5252
| Use Case | Importing shared/standardized functionality (e.g. `functions`, `pipelines`, `commands`) into **independent** projects | Defining logical dependencies between **inter-dependent** projects (app A requiring app B to be deployed) |
53-
| Example | If projects A and B should both have some shared functionality that is defined in a shared `devspace.yaml` | If a project A with requires projectd B and C to be deployed in order to work correctly |
53+
| Example | If projects A and B should both have some shared functionality that is defined in a shared `devspace.yaml` | If a project A with requires projects B and C to be deployed in order to work correctly |
5454
| Impact | If project A imports a `devspace.yaml` from another `devspace.yaml`, then everything defined in this imported `devspace.yaml` will be merged into the `devspace.yaml` of project A. | If project A has a `devspace.yaml` that defines project B as a git-based `dependency`, then DevSpace will `git clone` project B and deploy it when you run `run_dependency_pipelines b` inside your pipeline script. |
5555

5656

0 commit comments

Comments
 (0)