Commit e55e00b
Remove unintentional backslash from README.md (#8151)
Addresses review feedback from PR #8141 to remove a stray backslash
character at the end of line 9 in README.md.
The backslash (`\`) was a formatting artifact with no semantic purpose
that could cause rendering issues in some markdown parsers.
**Change:**
- Line 9: `README.md.\` → `README.md.`
<!-- START COPILOT CODING AGENT TIPS -->
---
✨ Let Copilot coding agent [set things up for
you](https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/new?title=✨+Set+up+Copilot+instructions&body=Configure%20instructions%20for%20this%20repository%20as%20documented%20in%20%5BBest%20practices%20for%20Copilot%20coding%20agent%20in%20your%20repository%5D%28https://gh.io/copilot-coding-agent-tips%29%2E%0A%0A%3COnboard%20this%20repo%3E&assignees=copilot)
— coding agent works faster and does higher quality work when set up for
your repo.
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: hectormmg <5218163+hectormmg@users.noreply.github.com>
Co-authored-by: Hector Morales <hemoral@microsoft.com>1 parent 05d6c6c commit e55e00b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments