diff options
| -rw-r--r-- | content_scripts/vimium.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css index e02df7c2..f323cbd6 100644 --- a/content_scripts/vimium.css +++ b/content_scripts/vimium.css @@ -5,7 +5,7 @@ * * The z-indexes of Vimium elements are very large, because we always want them to show on top. Chrome may * support up to Number.MAX_VALUE, which is approximately 1.7976e+308. We're using 2^31, which is the max - * value of a singed 32 bit int. Let's try larger valeus if 2**31 empirically isn't large enough. + * value of a signed 32 bit int. Let's try larger values if 2**31 empirically isn't large enough. */ /* |
