Browse Source

Fixed typos. (#2300)

tags/3.7.0
Jeroen Heijster GitHub 3 years ago
parent
commit
e35fbedc0a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/ISSUE_TEMPLATE/bugreport.yml

+ 2
- 2
.github/ISSUE_TEMPLATE/bugreport.yml View File

@@ -38,7 +38,7 @@ body:
id: description id: description
attributes: attributes:
label: Description label: Description
description: A brief explination of the bug.
description: A brief explanation of the bug.
placeholder: When I start a DiscordSocketClient without stopping it, the gateway thread gets blocked. placeholder: When I start a DiscordSocketClient without stopping it, the gateway thread gets blocked.
validations: validations:
required: true required: true
@@ -62,7 +62,7 @@ body:
id: logs id: logs
attributes: attributes:
label: Logs label: Logs
description: Add applicable logs and/or a stacktrace here.
description: Add applicable logs and/or a stack trace here.
validations: validations:
required: true required: true
- type: textarea - type: textarea


Loading…
Cancel
Save