From 17c48c7967d2a5c3995133ae61d19173458dfeab Mon Sep 17 00:00:00 2001 From: yotamberk Date: Sat, 22 Oct 2016 13:13:04 +0300 Subject: [PATCH 1/2] Fix typo --- examples/timeline/other/usingReact.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/timeline/other/usingReact.html b/examples/timeline/other/usingReact.html index 2e59d418..dea32d95 100644 --- a/examples/timeline/other/usingReact.html +++ b/examples/timeline/other/usingReact.html @@ -113,7 +113,7 @@ render: function() { return

Vis timline with React

-

Using react components for items ang group templates

+

Using react components for items and group templates

@@ -128,4 +128,4 @@ ReactDOM.render(, document.getElementById('root')); - \ No newline at end of file + From 42c054ff540b15db8f91d01c7824b3f73b7c4208 Mon Sep 17 00:00:00 2001 From: yotamberk Date: Sat, 22 Oct 2016 13:37:57 +0300 Subject: [PATCH 2/2] fix title --- examples/timeline/other/usingReact.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/timeline/other/usingReact.html b/examples/timeline/other/usingReact.html index dea32d95..4f7c2470 100644 --- a/examples/timeline/other/usingReact.html +++ b/examples/timeline/other/usingReact.html @@ -2,7 +2,7 @@ - React Hello World + React Components in templates