Skip to content

Commit 07f09d0

Browse files
authored
Fix two another typos
1 parent a743fab commit 07f09d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)