File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments