Skip to content

Commit 5448347

Browse files
Merge pull request #10891 from changeworld/patch-3
Fix typo: availble -> available
2 parents c03877d + f82c18e commit 5448347

File tree

1 file changed

+1
-1
lines changed
  • docs/snippets/visualbasic/VS_Snippets_Winforms/ClickOnce.SatelliteAssembliesVB/VB

1 file changed

+1
-1
lines changed

docs/snippets/visualbasic/VS_Snippets_Winforms/ClickOnce.SatelliteAssembliesVB/VB/ApplicationEvents.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Imports System.Threading
66

77
Namespace My
88

9-
' The following events are availble for MyApplication:
9+
' The following events are available for MyApplication:
1010
'
1111
' Startup: Raised when the application starts, before the startup form is created.
1212
' Shutdown: Raised after all application forms are closed. This event is not raised if the application terminates abnormally.

0 commit comments

Comments
 (0)