Skip to content

Commit 441edca

Browse files
authored
Merge pull request #81 from mnahinkhan/patch-1
Fix typo on webpage
2 parents 7958aa4 + 5f20624 commit 441edca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/index.html.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
</p>
159159
<p>
160160
Popularity is a number between 100 (best) and -100 (worst).<br>
161-
It is calculated as <code>100 * (upvotes - downvotes)/(upvotes + downvotes)</code>, although votes are weigthed by various factors such as whether the puzzle was solved successfully or the solver's puzzle rating in comparison to the puzzle's.
161+
It is calculated as <code>100 * (upvotes - downvotes)/(upvotes + downvotes)</code>, although votes are weighted by various factors such as whether the puzzle was solved successfully or the solver's puzzle rating in comparison to the puzzle's.
162162
</p>
163163
<p>
164164
You can find a list of themes, their names and descriptions, in <a href="https://github.com/ornicar/lila/blob/master/translation/source/puzzleTheme.xml">this file</a>.

0 commit comments

Comments
 (0)