Skip to content

Commit

Permalink
Fix typo faling -> failing (#1647)
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Joseph Pagliuca dos Santos <[email protected]>
  • Loading branch information
rpagliuca authored Jul 19, 2023
1 parent d733c7f commit dd5bd46
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion linkerd.io/content/2-edge/tasks/linkerd-smi.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ linkerd inject https://raw.githubusercontent.com/linkerd/linkerd2/main/test/inte
```

This installs a simple client, and two server deployments.
One of the server deployments i.e `faling-svc` always returns a 500 error,
One of the server deployments i.e `failing-svc` always returns a 500 error,
and the other one i.e `backend-svc` always returns a 200.

```bash
Expand Down
2 changes: 1 addition & 1 deletion linkerd.io/content/2.10/tasks/linkerd-smi.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ linkerd inject https://raw.githubusercontent.com/linkerd/linkerd2/main/test/inte
```

This installs a simple client, and two server deployments.
One of the server deployments i.e `faling-svc` always returns a 500 error,
One of the server deployments i.e `failing-svc` always returns a 500 error,
and the other one i.e `backend-svc` always returns a 200.

```bash
Expand Down
2 changes: 1 addition & 1 deletion linkerd.io/content/2.11/tasks/linkerd-smi.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ linkerd inject https://raw.githubusercontent.com/linkerd/linkerd2/main/test/inte
```

This installs a simple client, and two server deployments.
One of the server deployments i.e `faling-svc` always returns a 500 error,
One of the server deployments i.e `failing-svc` always returns a 500 error,
and the other one i.e `backend-svc` always returns a 200.

```bash
Expand Down
2 changes: 1 addition & 1 deletion linkerd.io/content/2.12/tasks/linkerd-smi.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ linkerd inject https://raw.githubusercontent.com/linkerd/linkerd2/main/test/inte
```

This installs a simple client, and two server deployments.
One of the server deployments i.e `faling-svc` always returns a 500 error,
One of the server deployments i.e `failing-svc` always returns a 500 error,
and the other one i.e `backend-svc` always returns a 200.

```bash
Expand Down
2 changes: 1 addition & 1 deletion linkerd.io/content/2.13/tasks/linkerd-smi.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ linkerd inject https://raw.githubusercontent.com/linkerd/linkerd2/main/test/inte
```

This installs a simple client, and two server deployments.
One of the server deployments i.e `faling-svc` always returns a 500 error,
One of the server deployments i.e `failing-svc` always returns a 500 error,
and the other one i.e `backend-svc` always returns a 200.

```bash
Expand Down

0 comments on commit dd5bd46

Please sign in to comment.