Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #29

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/2-Basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ an array of `location` objects which almost always contains exactly one element:
}
```

`result.locations` is optional because a location doesn't always sense.
`result.locations` is optional because a location doesn't always make sense.
For example, if a tool tells you that your C# program _doesn't have_ a `Main` entry point, what location
should it mention?

Expand Down
2 changes: 1 addition & 1 deletion docs/3-Beyond-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ The `codeFlow`, `threadFlow`, and `threadFlowLocation` objects all have more pro
You can run a SARIF-producing analysis tool by hand at any time,
examine the resulting log file in a text editor or in a SARIF viewer,
and use the results to improve your code.
But SARIF goes beyond "manual" usage scenarioes with features that support its usage in large teams with elaborate,
But SARIF goes beyond "manual" usage scenarios with features that support its usage in large teams with elaborate,
automated engineering processes.

SARIF provides ways to uniquely identify a run and to describe its role in the user's
Expand Down