Skip to content

Commit 87439f1

Browse files
authored
[INTERNAL] Fix typo in 0006-local-dependency-resolution.md (#852)
1 parent c61747b commit 87439f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfcs/0006-local-dependency-resolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ This concept overrides the path from which single projects are used. However, in
245245
246246
**Example:** Given a project with a dependency to framework library `sap.m` in version `1.108.0`. When overriding the resolution of `sap.m` to a local copy, which defines an additional dependency to another framework library like `sap.ui.codeeditor` in its package.json (or ui5.yaml for SAPUI5 libraries), that dependency might not be available and an error will be thrown.
247247
248-
Such cases can be resolved by temporarily adding the missing library to the dependencies of the root project. In general, once a dependency is part of the "normal" dependency graph of the project, in can also be referenced by projects resolved via workspace resolutions.
248+
Such cases can be resolved by temporarily adding the missing library to the dependencies of the root project. In general, once a dependency is part of the "normal" dependency graph of the project, it can also be referenced by projects resolved via workspace resolutions.
249249
250250
## Alternatives
251251

0 commit comments

Comments
 (0)