Skip to content

Commit bdd2ec5

Browse files
docs: fix nested
1 parent 3ba2fbe commit bdd2ec5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Instructs `webpack-dev-middleware` instance to recompile the bundle, e.g. after
236236

237237
#### Parameters
238238

239-
##### callback
239+
##### `callback`
240240

241241
Type: `Function`
242242
Required: `No`
@@ -270,9 +270,9 @@ setTimeout(() => {
270270
Executes a callback function when the compiler bundle is valid, typically after
271271
compilation.
272272

273-
### Parameters
273+
#### Parameters
274274

275-
#### callback
275+
##### `callback`
276276

277277
Type: `Function`
278278
Required: `No`
@@ -302,9 +302,9 @@ instance.waitUntilValid(() => {
302302

303303
Get filename from URL.
304304

305-
### Parameters
305+
#### Parameters
306306

307-
#### url
307+
##### `url`
308308

309309
Type: `String`
310310
Required: `Yes`

0 commit comments

Comments
 (0)