Skip to content

Commit eb926bb

Browse files
author
Apiary
committed
[fix-typos] Fix typos
1 parent 329c044 commit eb926bb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
2. `dotnet nbgv tag`
99
3. `git push origin {tag name}`
1010
4. Navigate to GitHub releases page and create release from tag
11-
5. (If desired) increment version (major or minor) in `//version.json > version`
11+
5. (If desired) increment version (major or minor) in `version.json > version`
1212
6. `git add . && git commit -m 'Bumping version' && git push`

src/Common/Sarif/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SquiggleCop originally used the SARIF SDK (and ideally will again). However, the improvements of moving from
2-
`Newtonosft.Json` to `System.Text.Json` were too big to ignore. As a result, this directory contains a hand-rolled
2+
`Newtonsoft.Json` to `System.Text.Json` were too big to ignore. As a result, this directory contains a hand-rolled
33
object model for SARIF files that contains only the members SquiggleCop needs (and ignores unmapped properties).
44

55
https://github.com/microsoft/sarif-sdk/issues/1989 tracks migrating to STJ, at which point SquiggleCop should switch

0 commit comments

Comments
 (0)