Skip to content

Commit ab6e63d

Browse files
Update manage satellites docs page (v1)
Removed an unnecessary apostrophe on line 35. Also removed an unnecessary semicolon on line 43 and replaced it with a period.
1 parent fbc2953 commit ab6e63d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

admin/satellites/management.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@ Install the following dependencies if you haven't already:
3232

3333
First, make sure that you're connected to the cluster to which you want to
3434
deploy the satellite. Ideally, this deployment should be in the same
35-
geographical region as the developers' and their workspaces.
35+
geographical region as the developers and their workspaces.
3636

3737
To see your current context, run:
3838

3939
```console
4040
kubectl config current-context
4141
```
4242

43-
Confirm that your current kubectl context is correct before continuing;
44-
otherwise, connect to the right context.
43+
Confirm that your current kubectl context is correct before continuing.
44+
Otherwise, connect to the right context.
4545

4646
## Step 2: Creating the new deployment
4747

0 commit comments

Comments
 (0)