Skip to content

Commit e2c0f2c

Browse files
authored
Merge pull request #1807 from dongwenjuan/master
fix typo
2 parents dd94c7c + ad7db88 commit e2c0f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/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 package managers like `apt`/`dkpg` and `yum`/`rpm`.
3+
OLM manages the dependency resolution and upgrade lifecycle of running operators. In many ways, these 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)