Skip to content

Commit 8ecc97a

Browse files
jsorefxoxys
andauthored
chore: fix various spelling mistakes (thegeeklab#1094)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
1 parent f229e69 commit 8ecc97a

File tree

21 files changed

+33
-33
lines changed

21 files changed

+33
-33
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Instead, send an email to `security@thegeeklab.de` with as many details as possi
77

88
## Bug Reports and Feature Requests
99

10-
If you have found a **bug** or have a **feature request** please use the search first in case a similar issue already exists.
10+
If you have found a **bug** or have a **feature request** please use the search first to see if a similar issue already exists.
1111
If not, please create an issue in this repository
1212

1313
## Code

assets/search/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"dataFile": {{ $searchData.RelPermalink | jsonify }},
55
"indexConfig": {{ .Site.Params.geekdocSearchConfig | jsonify }},
66
"showParent": {{ if .Site.Params.geekdocSearchShowParent }}true{{ else }}false{{ end }},
7-
"showDescription": {{ if .Site.Params.geekdocSearchshowDescription }}true{{ else }}false{{ end }}
7+
"showDescription": {{ if .Site.Params.geekdocSearchShowDescription }}true{{ else }}false{{ end }}
88
}

exampleSite/content/en/features/icon-sets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ The result of a valid minimal SVG sprite file could look like this:
2626

2727
**Example:**
2828

29-
FontAwesome provides three pre-build sprites included in the regular Web download pack, `sprites/brands.svg`, `sprites/regular.svg` and `sprites/solid.svg`. Choose your sprite to use and copy it to your projects root directory into `assets/sprites`, right beside your `content` folder:
29+
FontAwesome provides three pre-build sprites included in the regular Web download pack, `sprites/brands.svg`, `sprites/regular.svg` and `sprites/solid.svg`. Choose your sprite to use and copy it to your project's root directory into `assets/sprites`, right beside your `content` folder:
3030

3131
```bash
32-
my_projcet/
32+
my_project/
3333
├── assets
3434
│   └── sprites
3535
│   └── regular.svg

exampleSite/content/en/usage/configuration.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ enableRobotsTXT = true
5353
# See also https://geekdocs.de/usage/menus/#bundle-menu.
5454
geekdocMenuBundle = true
5555

56-
# (Optional, default false) Collapse all menu entries, can not be overwritten
56+
# (Optional, default false) Collapse all menu entries, cannot be overwritten
5757
# per page if enabled. Can be enabled per page via 'geekdocCollapseSection'.
5858
geekdocCollapseAllSections = true
5959

@@ -105,7 +105,7 @@ enableRobotsTXT = true
105105
geekdocImageLazyLoading = true
106106

107107
# (Optional, default false) Set HTMl <base> to .Site.Home.Permalink if enabled. It might be required
108-
# if a subdirectory is used within Hugos BaseURL.
108+
# if a subdirectory is used within Hugo's BaseURL.
109109
# See https://developer.mozilla.org/de/docs/Web/HTML/Element/base.
110110
geekdocOverwriteHTMLBase = false
111111

@@ -186,7 +186,7 @@ params:
186186
# See also https://geekdocs.de/usage/menus/#bundle-menu.
187187
geekdocMenuBundle: true
188188

189-
# (Optional, default false) Collapse all menu entries, can not be overwritten
189+
# (Optional, default false) Collapse all menu entries, cannot be overwritten
190190
# per page if enabled. Can be enabled per page via 'geekdocCollapseSection'.
191191
geekdocCollapseAllSections: true
192192

@@ -238,7 +238,7 @@ params:
238238
geekdocImageLazyLoading: true
239239

240240
# (Optional, default false) Set HTMl <base> to .Site.Home.Permalink if enabled. It might be required
241-
# if a subdirectory is used within Hugos BaseURL.
241+
# if a subdirectory is used within Hugo's BaseURL.
242242
# See https://developer.mozilla.org/de/docs/Web/HTML/Element/base.
243243
geekdocOverwriteHTMLBase: false
244244

@@ -332,7 +332,7 @@ geekdocCollapseSection = true
332332
geekdocAnchor = true
333333

334334
# If you have protected some pages with e.g. basic authentication you may want to exclude these pages
335-
# from data file, otherwise information may be leaked. Setting this parameter to 'true' will exclude the
335+
# from data file, otherwise, information may be leaked. Setting this parameter to 'true' will exclude the
336336
# page from search data, feeds, etc.
337337
# WARNING: Consider hosting a standalone, fully auth-protected static page for secret information instead!
338338
geekdocProtected = false
@@ -395,7 +395,7 @@ geekdocCollapseSection: true
395395
geekdocAnchor: true
396396

397397
# If you have protected some pages with e.g. basic authentication you may want to exclude these pages
398-
# from data file, otherwise information may be leaked. Setting this parameter to 'true' will exclude the
398+
# from data file, otherwise, information may be leaked. Setting this parameter to 'true' will exclude the
399399
# page from search data, feeds, etc.
400400
# WARNING: Consider hosting a standalone, fully auth-protected static page for secret information instead!
401401
geekdocProtected: false

exampleSite/data/properties/shortcode-buttons.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ properties:
1616
type: string
1717
description: Preset of different button sizes. Supported values are `regular|large`.
1818
required: false
19-
devaultValue: regular
19+
defaultValue: regular

exampleSite/static/_includes/example.md.part

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_**Example Mardown include**_
1+
_**Example Markdown include**_
22

33
File including a simple Markdown table.
44

i18n/am.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ footer_privacy_policy: ስለ መረጃዎ አያያዝ ያለን አቋም
4141
footer_content_license_prefix: >
4242
ስለ ይዘቱ ባለመብትነት መረጃ
4343
44-
language_switch_no_tranlation_prefix: "ያልተተረጐመ ገጽ:"
44+
language_switch_no_translation_prefix: "ያልተተረጐመ ገጽ:"
4545

4646
propertylist_required: ግድ የሚያስፈልግ
4747
propertylist_optional: ግድ ያልሆነ

i18n/cs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ footer_privacy_policy: Zásady ochrany soukromí
4242
footer_content_license_prefix: >
4343
Obsah licencovaný pod
4444
45-
language_switch_no_tranlation_prefix: "Stránka není přeložena:"
45+
language_switch_no_translation_prefix: "Stránka není přeložena:"
4646

4747
propertylist_required: povinné
4848
propertylist_optional: volitené

i18n/da.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ footer_privacy_policy: Privatlivspolitik
4242
footer_content_license_prefix: >
4343
Indhold licenseret under
4444
45-
language_switch_no_tranlation_prefix: "Indlæg ikke oversat:"
45+
language_switch_no_translation_prefix: "Indlæg ikke oversat:"
4646

4747
propertylist_required: påkrævet
4848
propertylist_optional: valgfri

i18n/de.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ footer_privacy_policy: Datenschutzerklärung
4242
footer_content_license_prefix: >
4343
Inhalt lizensiert unter
4444
45-
language_switch_no_tranlation_prefix: "Seite nicht übersetzt:"
45+
language_switch_no_translation_prefix: "Seite nicht übersetzt:"
4646

4747
propertylist_required: erforderlich
4848
propertylist_optional: optional

0 commit comments

Comments
 (0)