Skip to content

Commit a300f26

Browse files
committed
Merge branch 'master' of github.com:FormidableLabs/spectacle
2 parents 5816a57 + 7a246e3 commit a300f26

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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,

src/spectacle.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Fit from './fit';
99
import Heading from './heading';
1010
import Image from './image';
1111
import Layout from './layout';
12-
import Link from './Link';
12+
import Link from './link';
1313
import ListItem from './list-item';
1414
import List from './list';
1515
import Quote from './quote';
@@ -36,4 +36,4 @@ export {
3636
S,
3737
Slide,
3838
Text
39-
}
39+
}

0 commit comments

Comments
 (0)