Fix minor typos

This commit is contained in:
Oliver Blanthorn 2019-01-15 17:54:42 +00:00
parent fba8087ef6
commit 3cf176bb05
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3
2 changed files with 2 additions and 2 deletions

View file

@ -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.
*/

View file

@ -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`