Skip to content

Commit

Permalink
local changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hasan, Noorul authored and Hasan, Noorul committed Sep 1, 2019
1 parent a438a23 commit 417bbae
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/docs/examples/HelloWorld/ExampleHelloWorld.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
import React from 'react';
import HelloWorld from 'ps-react/HelloWorld';

/** Custom message */
/**
* Custom message
**/
export default function ExampleHelloWorld() {
return <HelloWorld message="Pluralsight viewers!" />
return (
<HelloWorld message="A Pluralsight viewers!" />
);
}

0 comments on commit 417bbae

Please sign in to comment.