mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Fix typo in website README.md
This commit is contained in:
parent
d8db648ebf
commit
37a3772fff
|
@ -80,7 +80,7 @@ For example:
|
|||
+h(2, "link-id") Headline 2 with link to #link-id
|
||||
```
|
||||
|
||||
Code blocks are implemented using the `+code` or `+aside-code` (to display them in the sidebar). A `.` is added after the mixin call to preserve whitespace:
|
||||
Code blocks are implemented using `+code` or `+aside-code` (to display them in the right sidebar). A `.` is added after the mixin call to preserve whitespace:
|
||||
|
||||
```pug
|
||||
+code("This is a label").
|
||||
|
|
Loading…
Reference in New Issue
Block a user