Skip to content

Commit

Permalink
Fix more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
terrajobst committed Oct 3, 2024
1 parent 1580143 commit 9f6e21f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions accepted/2024/net10.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ The reason to issue the warning is to avoid any ambiguities moving forward.
### Usage

Below is a comparison how much a given TFM syntax is being used on GitHub. As
you can see, for modern TFMs syntax wit an explicit period is most widely used.
you can see, for modern TFMs, the syntax with an explicit period is most widely
used.

| GitHub Usage of a TFM syntax | `netX` | `netXY` | `netX.Y` |
| ----------------------------------------------------- | -----: | ------- | -------: |
Expand Down Expand Up @@ -108,8 +109,8 @@ you can see, for modern TFMs syntax wit an explicit period is most widely used.
[`netstandard20`]: https://github.com/search?q=netstandard20%3C%2FTargetFramework%3E+lang%3Axml&type=code
[`netstandard2.0`]: https://github.com/search?q=netstandard2.0%3C%2FTargetFramework%3E+lang%3Axml&type=code

For .NET Framework frameworks the most dominant syntax is used is without
periods, which is to be expected given that was the encouraged syntax:
For .NET Framework, the most dominant TFM syntax is the one without periods,
which is to be expected given that was the encouraged syntax:

| GitHub Usage of a TFM syntax | `netX` | `netXY` | `netX.Y` |
| ----------------------------- | -----: | ------: | -------: |
Expand Down

0 comments on commit 9f6e21f

Please sign in to comment.