Skip to content

Commit c158df5

Browse files
committed
fix typos
1 parent 8a0dd17 commit c158df5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/virtual-machines/linux/serial-console.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Oracle Linux | Oracle Linux images available on Azure have console access
138138
Custom Linux images | To enable serial console for your custom Linux VM image, enable console access in /etc/inittab to run a terminal on ttyS0. Here is an example to add this in the inittab file: `S0:12345:respawn:/sbin/agetty -L 115200 console vt102`. For more information on properly creating custom images see [Create and upload a Linux VHD in Azure](https://aka.ms/createuploadvhd).
139139
140140
## Errors
141-
Most errors are transient in nature and retrying the serial console connection often addresses these. THe table below shows a list of errors and mitigations
141+
Most errors are transient in nature and retrying the serial console connection often addresses these. The table below shows a list of errors and mitigations
142142
143143
Error | Mitigation
144144
:---------------------------------|:--------------------------------------------|

articles/virtual-machines/windows/serial-console-cmd-ps-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ or
8888
### Set NIC to use DHCP
8989
`netsh interface ip set address name="<interface name>" source=dhcp`
9090

91-
For more information about `netsh`, [click here](https://docs.microsoft.com/en-us/windows-server/networking/technologies/netsh/netsh-contexts).
91+
For more information about `netsh`, [click here](https://docs.microsoft.com/windows-server/networking/technologies/netsh/netsh-contexts).
9292

9393
Azure VMs should always be configured in the guest OS to use DHCP to obtain an IP address. The Azure static IP setting still uses DHCP to give the static IP to the VM.
9494
### Ping

0 commit comments

Comments
 (0)