Skip to content

Commit d38962c

Browse files
committed
fix: typos in comments
1 parent d78738e commit d38962c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Tips.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
* given number of times. See {@link RandomTips.setContext}.
3333
* @property {bool|integer} [randomizeDisplay=false] Randomizes the display with a
3434
* chance of 50% by default (when set to `true`). You can override that percentage
35-
* by specifying an integer < 1 (e.g. 0.2 for a 20% chance) as a propbability.
35+
* by specifying an integer < 1 (e.g. 0.2 for a 20% chance) as a propability.
3636
* The chance is the chance that the tip *is shown*, i.e. the tip is shown for
37-
* <= p and not shown for < p if p is the propbability you pass.
37+
* <= p and not shown for > p if p is the propbability you pass.
3838
* Note that the tip message display in general is already randomized
3939
* with a chance of 20%, see {@link RandomTips.GLOBAL_RANDOMIZE}.
4040
* @property {string} text The text to actually show. It is passed to the

0 commit comments

Comments
 (0)