Skip to content

Commit eb2561c

Browse files
Merge pull request #751 from lveyde/patch-1
Fix small typo.
2 parents 1b89a77 + d7e7f1b commit eb2561c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/design/dependency-resolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dependency Resolution and Upgrades
22

3-
OLM manages the dependency resolution and upgrade lifecycle of running operators. In many ways, thes problems OLM faces are similar to other OS pacakge managers like `apt`/`dkpg` and `yum`/`rpm`.
3+
OLM manages the dependency resolution and upgrade lifecycle of running operators. In many ways, thes problems OLM faces are similar to other OS package managers like `apt`/`dkpg` and `yum`/`rpm`.
44

55
However, there is one constraint that similar systems don't generally have that OLM does: because operators are always running, OLM attempts to ensure that at no point in time are you left with a set of operators that do not work with each other.
66

0 commit comments

Comments
 (0)