Skip to content

Commit 3047cd1

Browse files
committed
fix typos
1 parent 70b4e17 commit 3047cd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<nav>
1414
<img alt="Logo" src="content/linbit_sds.svg" height="70"/>
1515
<ul>
16-
<li><a href="/">Operator v2</a></li>
16+
<li>Operator v2</li>
1717
<li><a href="/migration/">Migration ▾</a>
1818
<ul>
1919
<li><a href="/migration/1-migrate-db.html">1. Migrate Database</a></li>

migration/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h3>Operational Changes</h3>
9797

9898
<ul>
9999
<li>
100-
In Operator v1, all labels on the Kubernetes node resource where replicated on the satellite, making
100+
In Operator v1, all labels on the Kubernetes node resource are replicated on the satellite, making
101101
them usable in the <code>replicasOnSame</code> and <code>replicasOnDifferent</code> parameters on the
102102
storage class. In Operator v2, only the following labels are automatically synchronized:
103103
<ul>

0 commit comments

Comments
 (0)