diff --git a/docs/2-Basics.md b/docs/2-Basics.md index 5ff4b25..6912cdc 100644 --- a/docs/2-Basics.md +++ b/docs/2-Basics.md @@ -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? diff --git a/docs/3-Beyond-basics.md b/docs/3-Beyond-basics.md index 94741e0..7daf411 100644 --- a/docs/3-Beyond-basics.md +++ b/docs/3-Beyond-basics.md @@ -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