Skip to content

Commit ab9ae74

Browse files
authored
fixing typos and breaking link issues (envoyproxy#11270)
Signed-off-by: Abhay Narayan Katare <[email protected]> Commit Message: Fixing breaking link issues and typos Additional Description: Risk Level: LOW Testing: format and integration Docs Changes:Yes Release Notes: [Optional Runtime guard:] [Optional Fixes envoyproxy#11215 [Optional Deprecated:]
1 parent 01cc47a commit ab9ae74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PULL_REQUESTS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ to relevant parts of the documentation. Thank you! Please write in N/A if there
7070
### <a name="runtime_guard"></a>Runtime guard
7171

7272
If this PR has a user-visible behavioral change, or otherwise falls under the
73-
guidelines for runtime guarding in the [contributing doc](CONTRIBUTING.md.md)
73+
guidelines for runtime guarding in the [contributing doc](CONTRIBUTING.md)
7474
it should have a runtime guard, which should be documented both in the release
7575
notes and here in the PR description.
7676

docs/root/start/sandboxes/fault_injection.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Terminal 2
4848
$ docker-compose exec envoy bash
4949
$ bash send_request.sh
5050
51-
The script above (``send_request.sh``) sends a continuous stream of HTTP requests to Envoy, which in turn forwards the requests to the backend container. Fauilt injection is configured in Evoy but turned off (i.e. affects 0% of requests). Consequently, you should see a continuous sequence of HTTP 200 response codes.
51+
The script above (``send_request.sh``) sends a continuous stream of HTTP requests to Envoy, which in turn forwards the requests to the backend container. Fauilt injection is configured in Envoy but turned off (i.e. affects 0% of requests). Consequently, you should see a continuous sequence of HTTP 200 response codes.
5252

5353
**Step 4: Test Envoy's abort fault injection**
5454

0 commit comments

Comments
 (0)