Skip to content

Commit 2f634f1

Browse files
author
Adit Sheth
committed
Fixed typos.
1 parent dde28a8 commit 2f634f1

File tree

1 file changed

+3
-3
lines changed
  • docs/visual-basic/developing-apps/development-with-my

1 file changed

+3
-3
lines changed

docs/visual-basic/developing-apps/development-with-my/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Visual Basic provides new features for rapid application development that improv
2626
Starting with .NET 5, not all `My` services are supported. The following `My` objects and services are available:
2727

2828
- **Supported in .NET 5+:**
29-
- <xref:Microsoft.VisualBasic.ApplicationServices.ApplicationBase> (`My.Application`)
30-
- <xref:Microsoft.VisualBasic.Devices.Computer> (`My.Computer`)
31-
- <xref:Microsoft.VisualBasic.ApplicationServices.User> (`My.User`)
29+
- <xref:Microsoft.VisualBasic.ApplicationServices.ApplicationBase>
30+
- <xref:Microsoft.VisualBasic.Devices.Computer>
31+
- <xref:Microsoft.VisualBasic.ApplicationServices.User>
3232
- [My.Settings Object](../../language-reference/objects/my-settings-object.md)
3333
- [My.Resources Object](../../language-reference/objects/my-resources-object.md)
3434

0 commit comments

Comments
 (0)