Skip to content

Commit 555979d

Browse files
authored
Merge pull request moby#5090 from jnoordsij/patch-1
Fix typo in FromAsCasing docs
2 parents aaaf86e + bf1e155 commit 555979d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/dockerfile/docs/rules/from-as-casing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ from debian:latest as deb-builder
4040

4141
## Related errors
4242

43-
- [`FileConsistenCommandCasing`](./file-consistent-command-casing.md)
43+
- [`FileConsistentCommandCasing`](./file-consistent-command-casing.md)
4444

frontend/dockerfile/linter/docs/FromAsCasing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ from debian:latest as deb-builder
3333

3434
## Related errors
3535

36-
- [`FileConsistenCommandCasing`](./file-consistent-command-casing.md)
36+
- [`FileConsistentCommandCasing`](./file-consistent-command-casing.md)

0 commit comments

Comments
 (0)