Skip to content

Commit dcaf38b

Browse files
committed
fix grammer errors
1 parent 50153c6 commit dcaf38b

File tree

1 file changed

+36
-30
lines changed

1 file changed

+36
-30
lines changed

public/docs/slide-example.md

Lines changed: 36 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Is the divider of slides
2222

2323
----
2424

25-
### First branch of first slide
25+
### First branch of first the slide
2626

2727
`----`
2828

@@ -32,9 +32,9 @@ Use the _Space_ key to navigate through all slides.
3232

3333
----
3434

35-
### Second branch of first slide
35+
### Second branch of first the slide
3636

37-
Nested slides are useful for adding additional detail underneath a high level horizontal slide.
37+
Nested slides are useful for adding additional detail underneath a high-level horizontal slide.
3838

3939
---
4040

@@ -69,7 +69,7 @@ Note:
6969

7070
## Fragment Styles
7171

72-
There's different types of fragments, like:
72+
There are different types of fragments, like:
7373

7474
grow
7575

@@ -94,7 +94,8 @@ Different background transitions are available via the transition option. This o
9494

9595
Is the transition syntax
9696

97-
you can use:
97+
You can use:
98+
9899
none/fade/slide/convex/concave/zoom
99100

100101
---
@@ -103,10 +104,12 @@ none/fade/slide/convex/concave/zoom
103104

104105
`<!-- .slide: data-transition="fade-in convex-out" -->`
105106

106-
Also can set different in/out transition
107+
Also, you can set different in/out transition
108+
109+
You can use:
110+
111+
none/fade/slide/convex/concave/zoom
107112

108-
you can use:
109-
none/fade/slide/convex/concave/zoom
110113
postfix with `-in` or `-out`
111114

112115
---
@@ -117,18 +120,21 @@ postfix with `-in` or `-out`
117120

118121
Custom the transition speed!
119122

120-
you can use:
123+
You can use:
124+
121125
default/fast/slow
122126

123127
---
124128

125129
## Themes
126130

127-
reveal.js comes with a few themes built in:
128-
Black (default) - White - League - Sky - Beige - Simple
131+
reveal.js comes with a few themes built in:
132+
133+
Black (default) - White - League - Sky - Beige - Simple
134+
129135
Serif - Blood - Night - Moon - Solarized
130136

131-
It can be set in Yaml slideOptions
137+
It can be set in YAML slideOptions
132138

133139
---
134140

@@ -188,9 +194,9 @@ Is the background syntax
188194
function linkify( selector ) {
189195
if( supports3DTransforms ) {
190196

191-
var nodes = document.querySelectorAll( selector );
197+
const nodes = document.querySelectorAll( selector );
192198

193-
for( var i = 0, len = nodes.length; i < len; i++ ) {
199+
for( const i = 0, len = nodes.length; i < len; i++ ) {
194200
var node = nodes[i];
195201

196202
if( !node.className ) {
@@ -206,28 +212,28 @@ Code syntax highlighting courtesy of [highlight.js](http://softwaremaniacs.org/s
206212

207213
## Marvelous List
208214

209-
* No order here
210-
* Or here
211-
* Or here
212-
* Or here
215+
- No order here
216+
- Or here
217+
- Or here
218+
- Or here
213219

214220
---
215221

216222
## Fantastic Ordered List
217223

218-
1. One is smaller than...
219-
2. Two is smaller than...
220-
3. Three!
224+
1. One is smaller than...
225+
2. Two is smaller than...
226+
3. Three!
221227

222228
---
223229

224230
## Tabular Tables
225231

226-
| Item | Value | Quantity |
227-
| ---- | ----- | -------- |
228-
| Apples | $1 | 7 |
229-
| Lemonade | $2 | 18 |
230-
| Bread | $3 | 2 |
232+
| Item | Value | Quantity |
233+
| ---- | ----- | -------- |
234+
| Apples | $1 | 7 |
235+
| Lemonade | $2 | 18 |
236+
| Bread | $3 | 2 |
231237

232238
---
233239

@@ -243,21 +249,21 @@ You can link between slides internally, [like this](#/1/3).
243249

244250
---
245251

246-
## Speaker View
252+
## Speaker
247253

248254
There's a [speaker view](https://github.com/hakimel/reveal.js#speaker-notes). It includes a timer, preview of the upcoming slide as well as your speaker notes.
249255

250256
Press the _S_ key to try it out.
251257

252258
Note:
253-
Oh hey, these are some notes. They'll be hidden in your presentation, but you can see them if you open the speaker notes window (hit 's' on your keyboard).
259+
Oh hey, these are some notes. They'll be hidden in your presentation, but you can see them if you open the speaker notes window (hit `s` on your keyboard).
254260

255261
---
256262

257263
## Take a Moment
258264

259-
Press B or . on your keyboard to pause the presentation. This is helpful when you're on stage and want to take distracting slides off the screen.
265+
Press `B` or `.` on your keyboard to pause the presentation. This is helpful when you're on stage and want to take distracting slides off the screen.
260266

261267
---
262268

263-
# THE END
269+
# The End

0 commit comments

Comments
 (0)