Merge pull request #1695 from balena-io/saintaardvark-patch-1

Minor grammar fix in balena ssh documentation
This commit is contained in:
Hugh Brown (Saint Aardvark the Carpeted) 2020-04-07 11:41:41 -07:00 committed by GitHub
commit cf87ca95a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -1178,9 +1178,9 @@ This command can be used to start a shell on a local or remote device.
If a service name is not provided, a shell will be opened on the host OS. If a service name is not provided, a shell will be opened on the host OS.
If an application name is provided, all online devices in the application If an application name is provided, an interactive menu will be presented
will be presented, and the chosen device will then have a shell opened on for the selection of an online device. A shell will then be opened for the
in it's service container or host OS. host OS or service container of the chosen device.
For local devices, the IP address and .local domain name are supported. For local devices, the IP address and .local domain name are supported.
If the device is referenced by IP or `.local` address, the connection If the device is referenced by IP or `.local` address, the connection

View File

@ -182,9 +182,9 @@ export const ssh: CommandDefinition<
If a service name is not provided, a shell will be opened on the host OS. If a service name is not provided, a shell will be opened on the host OS.
If an application name is provided, all online devices in the application If an application name is provided, an interactive menu will be presented
will be presented, and the chosen device will then have a shell opened on for the selection of an online device. A shell will then be opened for the
in it's service container or host OS. host OS or service container of the chosen device.
For local devices, the IP address and .local domain name are supported. For local devices, the IP address and .local domain name are supported.
If the device is referenced by IP or \`.local\` address, the connection If the device is referenced by IP or \`.local\` address, the connection