mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05:00
Fix minor typos
This commit is contained in:
parent
fba8087ef6
commit
3cf176bb05
2 changed files with 2 additions and 2 deletions
|
@ -930,7 +930,7 @@ import * as finding from "@src/content/finding"
|
|||
*
|
||||
* The behavior of this function is affected by the following setting:
|
||||
*
|
||||
* - findcase: either "smart", "sensitive" or "unsensitive". If "smart", find will be case-sensitive if the pattern contains uppercase letters.
|
||||
* - findcase: either "smart", "sensitive" or "insensitive". If "smart", find will be case-sensitive if the pattern contains uppercase letters.
|
||||
*
|
||||
* Know bugs: find will currently happily jump to a non-visible element.
|
||||
*/
|
||||
|
|
|
@ -791,7 +791,7 @@ class default_config {
|
|||
/**
|
||||
* Whether find should be case-sensitive
|
||||
*/
|
||||
findcase: "smart" | "sensitive" | "unsensitive" = "smart"
|
||||
findcase: "smart" | "sensitive" | "insensitive" = "smart"
|
||||
|
||||
/**
|
||||
* Whether Tridactyl should jump to the first match when using `:find`
|
||||
|
|
Loading…
Add table
Reference in a new issue