Browse Source

Fix typos in Nightlies & Post-execution

pull/1161/head
Still Hsu 7 years ago
parent
commit
a3ae07df55
No known key found for this signature in database GPG Key ID: 8601A145FDA95209
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      docs/guides/commands/post-execution.md
  2. +1
    -1
      docs/guides/getting_started/nightlies.md

+ 1
- 1
docs/guides/commands/post-execution.md View File

@@ -104,7 +104,7 @@ have not talked about what to do if the command enters a catastrophic
failure (i.e., exceptions). To resolve this, we can make use of the
[CommandService.Log] event.

All exceptions thrown during a command execution are caught and sent
All exceptions thrown during a command execution are caught and sent
to the Log event under the [LogMessage.Exception] property
as a [CommandException] type. The [CommandException] class allows
us to access the exception thrown, as well as the context


+ 1
- 1
docs/guides/getting_started/nightlies.md View File

@@ -16,7 +16,7 @@ to our MyGet feed.
> are generally stable and have more features and bug fixes than
> the current stable build on NuGet, there **will** be breaking
> changes during the development or breaking bugs. Although breaking
> bugs are usually fixed as soon as they are discovered. It is still
> bugs are usually fixed as soon as they are discovered, it is still
> important to keep this in mind.

## Installing with MyGet (Recommended)


Loading…
Cancel
Save