summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorklemens <ka7@github.com>2022-01-02 21:02:24 +0100
committerMartin Nordholts <enselic@gmail.com>2022-01-09 12:59:01 +0100
commit9287cf6b0ba98be2611b5a682dffcc1a8583b151 (patch)
tree9a81d8ccf635cb8b4f215003a757a102c966e347
parent76aa138230105712b7b6715ad8684bab1fd38082 (diff)
small typos, should not interrupt anything
-rw-r--r--assets/syntaxes/02_Extra/Stylus.sublime-syntax4
-rw-r--r--doc/README-ko.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/assets/syntaxes/02_Extra/Stylus.sublime-syntax b/assets/syntaxes/02_Extra/Stylus.sublime-syntax
index 0b4e5156..99900702 100644
--- a/assets/syntaxes/02_Extra/Stylus.sublime-syntax
+++ b/assets/syntaxes/02_Extra/Stylus.sublime-syntax
@@ -197,7 +197,7 @@ contexts:
scope: entity.other.attribute-name.stylus
- match: |-
(?x) # multi-line regex definition mode
- (?<=^|;|{)\s* # starts after begining of line, '{' or ';''
+ (?<=^|;|{)\s* # starts after beginning of line, '{' or ';''
(?= # lookahead for
(
[a-zA-Z0-9_-] # then a letter
@@ -207,7 +207,7 @@ contexts:
(/\*.*?\*/) # comment
)+
- \s*[:\s]\s* # value is separted by colon or space
+ \s*[:\s]\s* # value is separated by colon or space
(?!(\s*\{)) # if there are only spaces afterwards
diff --git a/doc/README-ko.md b/doc/README-ko.md
index 2336f704..956f9c1f 100644
--- a/doc/README-ko.md
+++ b/doc/README-ko.md
@@ -222,7 +222,7 @@ man 2 select
`bat`은 [Ubuntu](https://packages.ubuntu.com/eoan/bat)와
[Debian](https://packages.debian.org/sid/bat) 패키지 배포 과정에 도입되는 중이며,
Eoan 19.10 버전의 Ubuntu에서부터 제공됩니다.
-현재 Debain에서는 불안정한 "Sid" 브랜치에서만 `bat`이 제공됩니다.
+현재 Debian에서는 불안정한 "Sid" 브랜치에서만 `bat`이 제공됩니다.
만약 충분히 최신 버전의 Ubuntu/Debian이 설치되어 있다면 간단히 다음을 실행하세요: