Skip to content

Commit 3110555

Browse files
committed
fix markdownlint errors: emphasis style, heading increment
1 parent 627ec59 commit 3110555

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/concepts/priority.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ not a file-level priority collision.
198198

199199
After merging,
200200
the resulting environment is built
201-
and any file-level collisions between *different* packages
201+
and any file-level collisions between _different_ packages
202202
are resolved by priority
203203
the same way they are in a non-composed environment.
204204

docs/tutorials/vendoring-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ you use:
1717
There are two distinct vendoring problems you may encounter,
1818
and these call for different solutions.
1919

20-
### Sandbox vendoring vs. missing dependencies
20+
## Sandbox vendoring vs. missing dependencies
2121

2222
**Sandbox vendoring** is when your dependencies exist in their language
2323
ecosystem (Go modules, crates.io, npm) but a

0 commit comments

Comments
 (0)