Merge pull request #304 from Oddly/patch-1

Fix type lines 364 and 369
This commit is contained in:
Mathieu Cornic 2019-07-12 09:30:04 +02:00 committed by GitHub
commit 15eb41a107
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -361,12 +361,12 @@ In this example, `<section></section>` should be wrapped as **code**.
Renders to:
In this example, `<section></section>` should be wrapped with **code**.
In this example, `<section></section>` should be wrapped as **code**.
HTML:
```html
<p>In this example, <code>&lt;section&gt;&lt;/section&gt;</code> should be wrapped with <strong>code</strong>.</p>
<p>In this example, <code>&lt;section&gt;&lt;/section&gt;</code> should be wrapped as <strong>code</strong>.</p>
```
### Indented code