Skip to content

Commit ec206c1

Browse files
mikemcbrideulivz
authored andcommitted
docs: fix grammar and capitalize word (#557)
1 parent 56cbb5f commit ec206c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/markdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ You can import code snippets from existing files via following syntax:
239239
<<< @/test/markdown/fragments/snippet.js{2}
240240

241241
::: tip
242-
Since the import of the code snippets will be executed before webpack compilation, so you can't use the path alias in webpack. the default value of `@` is `process.cwd()`.
242+
Since the import of the code snippets will be executed before webpack compilation, you can't use the path alias in webpack. The default value of `@` is `process.cwd()`.
243243
:::
244244

245245

0 commit comments

Comments
 (0)