Skip to content

Commit 242acd2

Browse files
committed
some typos fixed
1 parent 03c300d commit 242acd2

File tree

1 file changed

+2
-2
lines changed
  • src/shared/lang/english/markdown

1 file changed

+2
-2
lines changed

src/shared/lang/english/markdown/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Read this if you're still having trouble with configuration. For most examples t
1414

1515
## So, how do I setup user's glob?
1616

17-
First, let's analyze **File1**. Its full path is `C:/ROMs/Kingdom Hearts/game.iso`. Since our **ROMs directory** is `C:/ROMs`, we can just remove it **File1**'s path.
17+
First, let's analyze **File1**. Its full path is `C:/ROMs/Kingdom Hearts/game.iso`. Since our **ROMs directory** is `C:/ROMs`, we can just remove it from **File1**'s path.
1818

1919
We end up with `Kingdom Hearts/game.iso`. It obvious for us that `Kingdom Hearts` is the title, however parser is dumber than you -- you must specify path portion which contains the title by replacing `Kingdom Hearts` with `${title}`.
2020

@@ -97,7 +97,7 @@ and only files with `nes` and `NES` will be matched. If you're feeling fancy or
9797
{*,*/*}/*/${title}.@([nN][eE][sS])
9898
```
9999

100-
Now parser is can match any combination and is effectively case-insensitive. Technically, the following glob will work too, but the one above looks better.
100+
Now parser can match any combination and is effectively case-insensitive. Technically, the following glob will work too, but the one above looks better.
101101

102102
```
103103
{*,*/*}/*/${title}.[nN][eE][sS]

0 commit comments

Comments
 (0)