Skip to content

Commit 3264e14

Browse files
committed
vale fixes
1 parent ff1bb01 commit 3264e14

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

.vale.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Microsoft.Passive = NO
2020
Microsoft.Suspended = NO
2121
Microsoft.Vocab = NO
2222
Microsoft.Spacing = NO
23+
Microsoft.Dashes = NO
2324

2425
# Not relevant for Fern audience
2526
Microsoft.GeneralURL = NO

.vale/styles/FernStyles/Acronyms.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,5 @@ exceptions:
6868
- MDX # Fern-specific
6969
- SEO # Fern-specific
7070
- AWS # Fern-specific
71+
- TLS # Fern-specific
72+
- BCL # Fern-specific

.vale/styles/FernStyles/Headings.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ exceptions:
2929
- Docs
3030
- Mono
3131
- Unity
32+
- SDK
33+
- SDKs

fern/products/sdks/overview/csharp/version-compatibility.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To compile modern C# (9+) for older .NET Framework targets, you need:
1616
<AccordionGroup>
1717
<Accordion title="Target framework support">
1818

19-
| Target | Minimum windows | Notes |
19+
| Target | Minimum Windows | Notes |
2020
|--------|------------------|------------|
2121
| **net462** | Windows 7 SP1 / Server 2008 R2 | Oldest supported for modern builds. Limited TLS support, older BCL. |
2222
| **net472** | Windows 7 SP1 / Server 2008 R2 | Broad compatibility, supported for most enterprise apps. |

0 commit comments

Comments
 (0)