docs: replace special character by "--" (#1656)

This commit is contained in:
Karel Frederix 2021-02-03 14:29:20 +01:00 committed by GitHub
parent 65dea05df0
commit cd88e651e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,7 +122,7 @@ Heres the same thing with the concise syntax:
// Count our clicks!
div.count
p -- Count: ${state.count}
button.example-button on-click('increment') Click me!
button.example-button on-click('increment') -- Click me!
```
Cant make up your mind or just want to paste in that code snippet from