Browse Source

typo and whitespace correction

Hakim El Hattab 10 years ago
parent
commit
18b4cb754a
5 changed files with 9 additions and 9 deletions
  1. 4 4
      README.md
  2. 1 1
      css/print/paper.css
  3. 1 1
      css/print/pdf.css
  4. 2 2
      js/reveal.js
  5. 1 1
      js/reveal.min.js

+ 4 - 4
README.md

@@ -648,22 +648,22 @@ Some reveal.js features, like external markdown, require that presentations run
 
 2. Install [Grunt](http://gruntjs.com/getting-started#installing-the-cli)
 
-4. Clone the reveal.js repository  
+4. Clone the reveal.js repository
 ```
 $ git clone git@github.com:hakimel/reveal.js.git
 ```
 
-5. Navigate to the reveal.js folder 
+5. Navigate to the reveal.js folder
 ```
 $ cd reveal.js
 ```
 
-6. Install dependencies  
+6. Install dependencies
 ```
 $ npm install
 ```
 
-7. Serve the presentation and monitor source files for changes  
+7. Serve the presentation and monitor source files for changes
 ```
 $ grunt serve
 ```

+ 1 - 1
css/print/paper.css

@@ -49,7 +49,7 @@ body, p, td, li, div, a {
 }
 
 /* SECTION 4: Set heading font face, sizes, and color.
-   Diffrentiate your headings from your body text.
+   Differentiate your headings from your body text.
    Perhaps use a large sans-serif for distinction. */
 h1,h2,h3,h4,h5,h6 {
 	color: #000!important;

+ 1 - 1
css/print/pdf.css

@@ -56,7 +56,7 @@ body, p, td, li, div {
 }
 
 /* SECTION 4: Set heading font face, sizes, and color.
-   Diffrentiate your headings from your body text.
+   Differentiate your headings from your body text.
    Perhaps use a large sans-serif for distinction. */
 h1,h2,h3,h4,h5,h6 {
 	text-shadow: 0 0 0 #000 !important;

+ 2 - 2
js/reveal.js

@@ -1526,7 +1526,7 @@ var Reveal = (function(){
 				state = state.concat( slideState.split( ' ' ) );
 			}
 
-			// If this slide has a data-autoslide attribtue associated use this as
+			// If this slide has a data-autoslide attribute associated use this as
 			// autoSlide value otherwise use the global configured time
 			var slideAutoSlide = slides[index].getAttribute( 'data-autoslide' );
 			if( slideAutoSlide ) {
@@ -2119,7 +2119,7 @@ var Reveal = (function(){
 
 					var value = config.keyboard[ key ];
 
-					// Calback function
+					// Callback function
 					if( typeof value === 'function' ) {
 						value.apply( null, [ event ] );
 					}

File diff suppressed because it is too large
+ 1 - 1
js/reveal.min.js


Some files were not shown because too many files changed in this diff