Skip to content

Commit 7c87eec

Browse files
Fix doc spelling in: src/content/docs/identityserver/troubleshooting/export-har-files.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f901a49 commit 7c87eec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/identityserver/troubleshooting/export-har-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77
order: 16
88
---
99

10-
[HTTP Archive (HAR)](<https://en.wikipedia.org/wiki/HAR_(file_format)>) files are logs of network interactions made by a web browser. They contain headers, request bodies, response payloads, and even sentitive information like cookie values sent and received for each interaction.
10+
[HTTP Archive (HAR)](<https://en.wikipedia.org/wiki/HAR_(file_format)>) files are logs of network interactions made by a web browser. They contain headers, request bodies, response payloads, and even sensitive information like cookie values sent and received for each interaction.
1111

1212
:::caution[Do not share sensitive information]
1313
Before sharing any HAR files that contain sensitive values for diagnosing, you can sanitize that data by following the [steps below](#sanitize-a-har-file).

0 commit comments

Comments
 (0)