mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
fixed typos
This commit is contained in:
parent
32b9cc60bb
commit
62ed2e5b86
@ -604,7 +604,7 @@ If necessary, you can escape `$` using a forward slash to have it be treated as
|
||||
|
||||
```xml
|
||||
Test: \${hello}
|
||||
<!-- Rendered Ouptut:
|
||||
<!-- Rendered Output:
|
||||
Test: ${hello}
|
||||
-->
|
||||
```
|
||||
@ -1706,7 +1706,7 @@ _In `marko-tag.json`:_
|
||||
|
||||
_NOTE: It is not necessary to declare the `renderer` since the scanner will automatically use `renderer.js` as the renderer._
|
||||
|
||||
`tags-dir` also accepts an array if you have taglibs organized in multiple folers.
|
||||
`tags-dir` also accepts an array if you have taglibs organized in multiple folders.
|
||||
|
||||
```json
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user