Skip to content

Commit a77a8c8

Browse files
authored
Merge pull request #101 from Nazar1ky/typo
Fix typos
2 parents d6f810f + 07f09d0 commit a77a8c8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/content/docs/getting-started/intercepting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Let's talk through the tools available for **[inspecting that intercepted traffi
6969

7070
Struggling to get interception working? Here's some tips:
7171

72-
* If you need to test whether any client is working correctly, make a request to [`AmIUsing.httptoolkit.tech`](https://amiusing.httptoolkit.tech). You should see "You're not being intercepted" or "You're being intercepted", depending on whether your traffic is successfuly going through HTTP Toolkit
72+
* If you need to test whether any client is working correctly, make a request to [`AmIUsing.httptoolkit.tech`](https://amiusing.httptoolkit.tech). You should see "You're not being intercepted" or "You're being intercepted", depending on whether your traffic is successfully going through HTTP Toolkit
7373

7474
* If you're struggling to manually set up a client, there's two possibilities: either the client isn't using the HTTP proxy settings correctly, or it doesn't trust the certificate. In the former case, you should see "You're not being intercepted" when making requests to amiusing.httptoolkit.tech. In the latter case, you'll likely receive certificate errors, and you should be able to see rows showing failed or rejected requests on the View page.
7575

src/content/docs/guides/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Adding your browser of choice in there or fixing the detected settings should ge
8989

9090
### Interception doesn't work in some other way
9191

92-
* If you need to test whether any client is working correctly, make a request to [`AmIUsing.httptoolkit.tech`](https://amiusing.httptoolkit.tech). You should see "You're not being intercepted" or "You're being intercepted", depending on whether your traffic is successfuly going through HTTP Toolkit
92+
* If you need to test whether any client is working correctly, make a request to [`AmIUsing.httptoolkit.tech`](https://amiusing.httptoolkit.tech). You should see "You're not being intercepted" or "You're being intercepted", depending on whether your traffic is successfully going through HTTP Toolkit
9393

9494
* If you're struggling to manually set up a client, there's two possibilities: either the client isn't using the HTTP proxy settings correctly, or it doesn't trust the certificate. In the former case, you should see "You're not being intercepted" when making requests to amiusing.httptoolkit.tech. In the latter case, you'll likely receive certificate errors, and you should be able to see rows showing failed or rejected requests on the View page.
9595

src/content/docs/reference/amiusing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ That page looks like this:
1616

1717
![The AmIUsing page when interception is active](./intercepted-amiusing.png)
1818

19-
This is powered by a mock rule, shown on [the Modify page](/docs/reference/modify-page/) in the HTTP Toolkit app, and can be changed or removed. The built-in page content may also change in future, but if you want to reliably detect this programatically there's a few options:
19+
This is powered by a mock rule, shown on [the Modify page](/docs/reference/modify-page/) in the HTTP Toolkit app, and can be changed or removed. The built-in page content may also change in future, but if you want to reliably detect this programmatically there's a few options:
2020

2121
* Check for a `httptoolkit-active: true` HTTP header, which is sent with this response.
2222
* Parse the page, find the element with id `amiusing`, and check its contents. By default this is:

src/content/docs/reference/view-page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ This card consists of a viewer for the body content, plus a few controls. Let's
214214
- The number of bytes: this shows the numbers of bytes in the content itself. This is the content after decoding bodies, which may have been gzipped for example, but ignoring any content autoformatting in the editor shown.
215215
- A dropdown to select the formatting for the body viewer. This is filtered to provide only meaningful options for each content type. There's a few options:
216216
- Image - an image, shown as an actual image.
217-
- Hex - the raw bytes of the body, in formatted hexidecimal.
217+
- Hex - the raw bytes of the body, in formatted hexadecimal.
218218
- Text - the content of the body when decoded as UTF8 text.
219219
- XML - the content of the body decoded as UTF8 text, autoformatted as XML, with syntax highlighting.
220220
- JSON - the content of the body decoded as UTF8 text, autoformatted as JSON, with syntax highlighting.

0 commit comments

Comments
 (0)