Skip to content

Commit

Permalink
Merge pull request #46 from Dargmuesli/typo
Browse files Browse the repository at this point in the history
Correct Typo
  • Loading branch information
rcjsuen authored Jan 28, 2019
2 parents 33c37a9 + 6edb9a5 commit e22b770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dockerMarkdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class MarkdownDocumentation {
"hoverShell": "Override the default shell used for the _shell_ form of commands.\n\nSince Docker 1.12\n\n",
"hoverStopsignal": "Set the system call signal to use to send to the container to exit. Signals can be valid unsigned numbers or a signal name in the `SIGNAME` format such as `SIGKILL`.\n\nSince Docker 1.9\n\n",
"hoverUser": "Set the user name or UID to use when running the image in addition to any subsequent `CMD`, `ENTRYPOINT`, or `RUN` instructions that follow it in the `Dockerfile`.\n\n",
"hoverVolume": "Create a mount point with the specifid name and mark it as holding externally mounted volumes from the native host or from other containers.\n\n",
"hoverVolume": "Create a mount point with the specified name and mark it as holding externally mounted volumes from the native host or from other containers.\n\n",
"hoverWorkdir": "Set the working directory for any subsequent `ADD`, `COPY`, `CMD`, `ENTRYPOINT`, or `RUN` instructions that follow it in the `Dockerfile`.\n\n",

"hoverEscape": "Sets the character to use to escape characters and newlines in this Dockerfile. If unspecified, the default escape character is `\\`.\n\n",
Expand Down
2 changes: 1 addition & 1 deletion src/dockerPlainText.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class PlainTextDocumentation {
"hoverShell": "Override the default shell used for the shell form of commands.\n\nSince Docker 1.12\n\n",
"hoverStopsignal": "Set the system call signal to use to send to the container to exit. Signals can be valid unsigned numbers or a signal name in the SIGNAME format such as SIGKILL.\n\nSince Docker 1.9\n\n",
"hoverUser": "Set the user name or UID to use when running the image in addition to any subsequent CMD, ENTRYPOINT, or RUN instructions that follow it in the Dockerfile.\n\n",
"hoverVolume": "Create a mount point with the specifid name and mark it as holding externally mounted volumes from the native host or from other containers.\n\n",
"hoverVolume": "Create a mount point with the specified name and mark it as holding externally mounted volumes from the native host or from other containers.\n\n",
"hoverWorkdir": "Set the working directory for any subsequent ADD, COPY, CMD, ENTRYPOINT, or RUN` instructions that follow it in the `Dockerfile`.\n\n",

"hoverAddFlagChown": "The username, groupname, or UID/GID combination to own the added content.",
Expand Down

0 comments on commit e22b770

Please sign in to comment.