Fix a couple Vale linter warnings

This commit is contained in:
Jeroen Leenarts
2022-12-06 15:41:05 +01:00
parent dbbb2f26be
commit a338b9b95f
67 changed files with 303 additions and 303 deletions
@@ -36,7 +36,7 @@ Additionally, pinning a message requires you to add the roles which are allowed
### Partially remove some message actions
For example, if you only want to keep "copy message" and "delete message",
For example, if you only want to keep "copy message" and "delete message":
here is how to do it using the `messageBuilder` with our `StreamMessageWidget`.
```dart