From a2786fbf88e66e41ab8a47088967bb3e6daa1468 Mon Sep 17 00:00:00 2001
From: Omkaar <79257339+Pysics@users.noreply.github.com>
Date: Mon, 16 May 2022 22:54:39 +0530
Subject: [PATCH] fix(docs): several typos (#1051)
---
source/plugins/base/README.md | 2 +-
source/plugins/base/metadata.yml | 8 ++++----
source/plugins/core/README.md | 2 +-
source/templates/markdown/README.md | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/source/plugins/base/README.md b/source/plugins/base/README.md
index 209c6f02..57eae0b2 100644
--- a/source/plugins/base/README.md
+++ b/source/plugins/base/README.md
@@ -44,7 +44,7 @@
repositories, which contains repositories stats (license, forks, stars, etc.)
metadata, which contains informations about generated metrics
-These are all enabled by default, but it is possible to explicitely opt out from them.
+These are all enabled by default, but it is possible to explicitly opt out from them.
diff --git a/source/plugins/base/metadata.yml b/source/plugins/base/metadata.yml
index 5b28dbcf..740873cc 100644
--- a/source/plugins/base/metadata.yml
+++ b/source/plugins/base/metadata.yml
@@ -21,10 +21,10 @@ inputs:
* `header`, which usually contains username, two-week commits calendars and a few additional data
* `activity`, which contains recent activity (commits, pull requests, issues, etc.)
* `community`, which contains community stats (following, sponsors, organizations, etc.)
- * `repositories`, which contains repositories stats (license, forks, stars, etc.)
- * `metadata`, which contains informations about generated metrics
+ * `repositories`, which contains repository stats (license, forks, stars, etc.)
+ * `metadata`, which contains information about generated metrics
- These are all enabled by default, but it is possible to explicitely opt out from them.
+ These are all enabled by default, but it is possible to explicitly opt out from them.
type: array
format: comma-separated
default: header, activity, community, repositories, metadata
@@ -122,4 +122,4 @@ inputs:
default: .user.login
example: lowlighter, lowlighter@users.noreply.github.com
global: yes
- preset: no
\ No newline at end of file
+ preset: no
diff --git a/source/plugins/core/README.md b/source/plugins/core/README.md
index 4eee6bea..b87fbcce 100644
--- a/source/plugins/core/README.md
+++ b/source/plugins/core/README.md
@@ -83,7 +83,7 @@ Some presets are hosted on this repository on the [`@presets`](https://github.co
config_presets: "@lunar-red"
```
-> â ī¸ `đ Tokens` and options marked with `â¯ī¸ Cannot be preset`, as they suggest, cannot be preset and thus requires to be explicitely defined to be set.
+> â ī¸ `đ Tokens` and options marked with `â¯ī¸ Cannot be preset`, as they suggest, cannot be preset and thus requires to be explicitly defined to be set.
> âšī¸ Presets configurations use [schemas](https://github.com/lowlighter/metrics/tree/presets/%40schema) to ensure compatibility between format changes
diff --git a/source/templates/markdown/README.md b/source/templates/markdown/README.md
index 0ca0c923..e2e5fab2 100644
--- a/source/templates/markdown/README.md
+++ b/source/templates/markdown/README.md
@@ -130,7 +130,7 @@ The `embed()` function takes two arguments:
> đĄ The `plugin_` prefix can be dropped for convenience
-> đĄ The `embed()` function does not have `đī¸ base` plugin enabled by default. To use it, it is required to explicitely pass them through `base` option.
+> đĄ The `embed()` function does not have `đī¸ base` plugin enabled by default. To use it, it is required to explicitly pass them through `base` option.
## âšī¸ Examples workflows
@@ -198,4 +198,4 @@ with:
token: ${{ secrets.METRICS_TOKEN }}
```
-
\ No newline at end of file
+