Skip to content

Commit 2b71a76

Browse files
authored
Merge pull request #102 from Nazar1ky/typo-2
Fix two typos
2 parents a77a8c8 + f8ec82d commit 2b71a76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ The viewer is powered by a read-only [Monaco editor](https://github.com/microsof
232232
- Type inference & intellisense, for JavaScript.
233233
- Collapsible blocks (use the +/- in the left margin).
234234
- Plain text and regex search (press Ctrl/Cmd + F).
235-
- Match highlighting: select and text to see all other occurances highlighted in the text and the scrollbar.
235+
- Match highlighting: select and text to see all other occurrences highlighted in the text and the scrollbar.
236236
- Inline color tags, for colors defined in CSS content.
237237

238238
### The Response Card
@@ -256,7 +256,7 @@ The performance card shows the performance details for the given response. These
256256
- The compression algorithm used, and its relative (percentage reduction) & absolute (bytes saved) performance
257257
- The potential improvements with alternative compression algorithms:
258258
- When improvements are available, the algorithm is shown as green, and a suggestion appears alongside. This suggestion will include a note if your current HTTP client does not advertise support for the best available compression algorithm
259-
- A warning will be shown if the current compression algorithm is _increasing_ the size of the the body
259+
- A warning will be shown if the current compression algorithm is _increasing_ the size of the body
260260
- For each algorithm, the specific compressed & uncompressed sizes can be seen by hovering over its result
261261
- Exact results might vary slightly from those shown, depending on the settings used, but they should be representative
262262
- The caching behaviour of the given request with explanations:

0 commit comments

Comments
 (0)