Grammar improvement

Signed-off-by: Stein Welberg <stein.welberg@onewelcome.com>
This commit is contained in:
Stein Welberg
2022-06-30 17:37:07 +02:00
parent 58fd5ee9d5
commit 705af5b407
+1 -1
View File
@@ -48,7 +48,7 @@ further down for an example of a custom badge factories function.
Finally, you have to make the following changes in `src/index.ts`:
```ts
// 1. importing the plugin
// 1. import the plugin
import badges from './plugins/badges';
...