From 1ddcba88e59bc42829ca0a841d4e9f68d8452fe3 Mon Sep 17 00:00:00 2001 From: Jodie Doubleday Date: Wed, 8 Jul 2015 00:27:08 +0100 Subject: [PATCH] addressing PR Bugs and Typos --- docs/examples/QuoteInline.jsx | 2 +- src/components/quote/__tests__/quote-test.js | 2 +- src/components/quote/code/templates/blockQuoteTemplate.jsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/examples/QuoteInline.jsx b/docs/examples/QuoteInline.jsx index 2f7af543..83a61622 100644 --- a/docs/examples/QuoteInline.jsx +++ b/docs/examples/QuoteInline.jsx @@ -1,6 +1,6 @@ var example = (
-

Gandalf, Captain of the starship enterprise said Use the force Harry +

Gandalf, Captain of the Starship Enterprise said Use The Force Harry

); diff --git a/src/components/quote/__tests__/quote-test.js b/src/components/quote/__tests__/quote-test.js index 480b3bb4..5921afa7 100644 --- a/src/components/quote/__tests__/quote-test.js +++ b/src/components/quote/__tests__/quote-test.js @@ -45,7 +45,7 @@ describe('QuoteComponent', function() { }); - it('should render a quote with a author', function() { + it('should render a quote with an author', function() { var authorQuote = TestUtils.renderIntoDocument( ); diff --git a/src/components/quote/code/templates/blockQuoteTemplate.jsx b/src/components/quote/code/templates/blockQuoteTemplate.jsx index 90ab4f47..e0d1acd5 100644 --- a/src/components/quote/code/templates/blockQuoteTemplate.jsx +++ b/src/components/quote/code/templates/blockQuoteTemplate.jsx @@ -8,7 +8,7 @@ module.exports = function() { var classes = getComponentClasses('component-quote', propClasses, this.props); return ( -
+

{this.props.children}