Skip to content

Commit d496b31

Browse files
committed
Correct spelling.
1 parent 59194f2 commit d496b31

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ title: Chirpy
1010

1111
description: 'A text-based Jekyll theme.'
1212

13-
# Replace with your domain, e.g. "https://username.github.io"
13+
# Replace with your domain, e.g. 'https://username.github.io'
1414
url: 'https://www.example.com'
1515

1616
author: your_full_name # change to your full name
@@ -51,13 +51,13 @@ google_analytics:
5151
proxy_url: ''
5252

5353
disqus:
54-
shortname: 'disqus' # Change to your Disqus shortname.
55-
comments: true # boolean type, the gobal switch of posts' comments.
54+
shortname: 'disqus' # Change to your Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
55+
comments: true # boolean type, the global switch for posts comments.
5656

5757
# The year your website was first run.
5858
first_run: 2019
5959

60-
# boolean type, gobal switch for ToC in posts.
60+
# boolean type, global switch for ToC in posts.
6161
toc: true
6262

6363

assets/css/home.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
}
104104
}
105105

106-
/* Sidebar is visable */
106+
/* Sidebar is visible */
107107
@media all and (min-width: 831px) {
108108
.pagination {
109109
font-size: .85rem;

assets/css/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@ div.tooltip-inner { /* Overrided BS4 Tooltip */
10811081
}
10821082

10831083

1084-
/*--- Large screens, both sidebar and panel are visable ---*/
1084+
/*--- desktop mode, both sidebar and panel are visible ---*/
10851085

10861086
@media all and (min-width: 1201px) {
10871087

tabs/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ title: About
66
# MIT License
77
---
88

9-
> **Note**: Add Markdown syntax content in file `tabs/about.md` and it will show up on this page.
9+
> **Note**: Add Markdown syntax content to file `tabs/about.md` and it will show up on this page.

0 commit comments

Comments
 (0)