summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorSteven Thomas <[email protected]>2014-03-20 09:12:42 -0700
committerSteven Thomas <[email protected]>2014-03-20 09:12:42 -0700
commit726c52191b687252d447dd92122f74653c3271b8 (patch)
treeec37fb9add43a2775152b8b1d94cc5c49b02acec /index.html
parente46f1f131101a24910c5073d6cb6ff7189891663 (diff)
downloadword-search-game-726c52191b687252d447dd92122f74653c3271b8.tar.gz
word-search-game-726c52191b687252d447dd92122f74653c3271b8.zip
Fixed spelling - renamed wordseach occurrences to wordsearch.
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 80facb7..7f8fc44 100644
--- a/index.html
+++ b/index.html
@@ -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,