Skip to content

Commit 50bcf67

Browse files
committed
Consistent punctuation.
1 parent c2d5815 commit 50bcf67

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

book-example/src/format/theme/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ and now that file will be used instead of the default file.
1212
Here are the files you can override:
1313

1414
- **_index.hbs_** is the handlebars template.
15-
- **_head.hbs_** is appended to the HTML `<head>` section
16-
- **_header.hbs_** content is appended on top of every book page
15+
- **_head.hbs_** is appended to the HTML `<head>` section.
16+
- **_header.hbs_** content is appended on top of every book page.
1717
- **_book.css_** is the style used in the output. If you want to change the
1818
design of your book, this is probably the file you want to modify. Sometimes
1919
in conjunction with `index.hbs` when you want to radically change the layout.
2020
- **_book.js_** is mostly used to add client side functionality, like hiding /
2121
un-hiding the sidebar, changing the theme, ...
2222
- **_highlight.js_** is the JavaScript that is used to highlight code snippets,
2323
you should not need to modify this.
24-
- **_highlight.css_** is the theme used for the code highlighting
25-
- **_favicon.png_** the favicon that will be used
24+
- **_highlight.css_** is the theme used for the code highlighting.
25+
- **_favicon.png_** the favicon that will be used.
2626

2727
Generally, when you want to tweak the theme, you don't need to override all the
2828
files. If you only need changes in the stylesheet, there is no point in

0 commit comments

Comments
 (0)