diff --git a/src/App.js b/src/App.js index 844368a..a5ebad8 100644 --- a/src/App.js +++ b/src/App.js @@ -119,7 +119,7 @@ class App extends React.Component { logPageView(); // Page title - document.title = "Hierachical Models"; + document.title = "Hierarchical Models"; Events .scrollEvent .register('begin', function () {}); @@ -405,4 +405,4 @@ class App extends React.Component { } }; -export default App; \ No newline at end of file +export default App;