Skip to content

Commit 8434eba

Browse files
committed
docs: fix typo
Signed-off-by: Sebastian Davids <[email protected]>
1 parent 421c3e1 commit 8434eba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ Find problems via https://eslint.org[ESLint].
409409

410410
[source,shell]
411411
----
412-
$ npm run eslint
412+
$ npm run lint
413413
----
414414

415415
==== lint:fix
@@ -418,7 +418,7 @@ Fix problems via https://eslint.org[ESLint].
418418

419419
[source,shell]
420420
----
421-
$ npm run eslint:fix
421+
$ npm run lint:fix
422422
----
423423

424424
=== Docker

0 commit comments

Comments
 (0)