diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ <head> <meta charset="utf-8"> <title>Word search game</title> - <link rel="stylesheet" href="css/wordseach.min.css" /> + <link rel="stylesheet" href="css/wordsearch.min.css" /> <link rel="stylesheet" href="css/style.min.css" /> </head> <body> @@ -17,7 +17,7 @@ <script src="js/wordsearch.min.js"></script> <script type="text/javascript"> var gameAreaEl = document.getElementById('ws-area'); - var gameobj = gameAreaEl.wordSeach(); + var gameobj = gameAreaEl.wordSearch(); // Put words into `.ws-words` var words = gameobj.settings.words, |
