Fixed typos. (#2300)

This commit is contained in:
Jeroen Heijster
2022-05-18 09:48:10 +02:00
committed by GitHub
parent 442fea1340
commit e35fbedc0a

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