Skip to content

Commit 8613572

Browse files
Update mkdocs.yml
Fix typos
1 parent 5e23761 commit 8613572

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mkdocs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ theme:
2222
name: material
2323
custom_dir: overrides # Personalized changes to the theme
2424

25-
# Icon in Browser Tab (must be square img - i.e. 32x32 pixels)
25+
# Icon in Browser Tab (must be a square img - i.e. 32x32 pixels)
2626
favicon: assets/img/sfe-logo.png
2727

2828
# Page Font
@@ -51,7 +51,7 @@ theme:
5151
# Enable Navigation buttons in the footer (i.e. previous/next)
5252
- navigation.footer
5353

54-
# Enables anchor tracking (updates page url with the section user is on)
54+
# Enables anchor tracking (updates page URL with the section the user is on)
5555
# i.e. https://docs.sparkfun.com/<page link>/#<sub-section>
5656
- navigation.tracking
5757

@@ -60,7 +60,7 @@ theme:
6060

6161
# Keeps tabs visible in the header when scrolling
6262
- navigation.tabs.sticky
63-
63+
6464
# Adds pop-up button just below the header (when the user starts to scroll up)
6565
# i.e. Allows users to easily jump to the beginning of the page
6666
- navigation.top
@@ -311,7 +311,7 @@ markdown_extensions:
311311
custom_icons:
312312
- overrides/.icons
313313

314-
# Allows for rendering of block and inline block equations
314+
# Allows for the rendering of block and inline-block equations
315315
- pymdownx.arithmatex:
316316
generic: true
317317

@@ -364,7 +364,7 @@ extra:
364364

365365

366366

367-
# Configures styling for PDF rendering and webpage layout
367+
# Configures styling for the webpage
368368
extra_css:
369369
- stylesheet/extra.css
370370

0 commit comments

Comments
 (0)