Skip to content

Commit 631582c

Browse files
committed
Merge pull request #13 from pbowyer/patch-1
Fixed typo :)
2 parents 8c62bb3 + 8c66a13 commit 631582c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ var fonts = { // <--- Font variables used in the presentation
7272
module.exports = {
7373
colors: colors,
7474
fonts: fonts,
75-
global: { // <--- Global styles added to a <style> tag in the bdoy
75+
global: { // <--- Global styles added to a <style> tag in the body
7676
body: {
7777
background: colors.primary,
7878
fontFamily: fonts.primary,

0 commit comments

Comments
 (0)