1
0
mirror of synced 2025-12-23 03:44:00 -05:00

Fix several typos in documents

This commit is contained in:
rhysd
2021-10-10 01:53:20 +09:00
parent ceeed4e011
commit 407b7c96cd
8 changed files with 9 additions and 9 deletions

View File

@@ -877,7 +877,7 @@ Using the `working-directory` keyword, you can specify the working directory of
### Using a specific shell
You can override the default shell settings in the runner's operating system using the `shell` keyword. You can use built-in `shell` keywords, or you can define a custom set of shell options. The shell command that is run internally executes a temporary file that contains the commands specifed in the `run` keyword.
You can override the default shell settings in the runner's operating system using the `shell` keyword. You can use built-in `shell` keywords, or you can define a custom set of shell options. The shell command that is run internally executes a temporary file that contains the commands specified in the `run` keyword.
| Supported platform | `shell` parameter | Description | Command run internally |
|--------------------|-------------------|-------------|------------------------|