Skip to content

Commit d1a472e

Browse files
committed
Fix typo
StackOverflow -> Stack Overflow
1 parent 67ef2fe commit d1a472e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

reference/docs-conceptual/dev-cross-plat/resolving-dependency-conflicts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ jumping off points:
875875
- [.NET Framework: Best practices for assembly loading][24]
876876
- [.NET Framework: How the runtime locates assemblies][25]
877877
- [.NET Framework: Resolve assembly loads][26]
878-
- [StackOverflow: Assembly binding redirect, how and why?][27]
878+
- [Stack Overflow: Assembly binding redirect, how and why?][27]
879879
- [PowerShell: Discussion about implementing AssemblyLoadContexts][28]
880880
- [PowerShell: `Assembly.LoadFile()` doesn't load into default AssemblyLoadContext][29]
881881
- [Rick Strahl: When does a .NET assembly dependency get loaded?][30]

reference/docs-conceptual/dev-cross-plat/vscode/understanding-file-encoding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ finally
229229
It's possible to configure PowerShell to use a given encoding more generally using profile settings.
230230
See the following articles:
231231

232-
- @mklement0's [answer about PowerShell encoding on StackOverflow][21].
232+
- @mklement0's [answer about PowerShell encoding on Stack Overflow][21].
233233
- @rkeithhill's [blog post about dealing with BOM-less UTF-8 input in PowerShell][20].
234234

235235
It's not possible to force PowerShell to use a specific input encoding. PowerShell 5.1 and below,
@@ -315,7 +315,7 @@ There are a few other nice posts on encoding and configuring encoding in PowerSh
315315
read:
316316

317317
- [about_Character_Encoding][01]
318-
- @mklement0's [summary of PowerShell encoding on StackOverflow][22]
318+
- @mklement0's [summary of PowerShell encoding on Stack Overflow][22]
319319
- Previous issues opened on VS Code-PowerShell for encoding problems:
320320
- [#1308][12]
321321
- [#1628][13]

0 commit comments

Comments
 (0)