Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 845a1dd

Browse files
committed
fix ADR titles for 11,12
1 parent a4a3a24 commit 845a1dd

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

docs/user/explanations/decisions/0011-requirements-txt.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
5. Use pyproject.toml
2-
=====================
1+
11. Pinning Requirements
2+
========================
33

44
Date: 2023-01-18
55

docs/user/explanations/decisions/0012-containers.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
5. Use containers
2-
=================
1+
12. Use containers
2+
==================
33

44
Date: 2023-01-18
55

@@ -25,11 +25,10 @@ Provide a single Dockerfile that can build two kinds of container:
2525

2626
CI builds the runtime container and publishes it to ghcr.io.
2727

28-
a .devcontainer folder provides the means to build and launch the developer
28+
A .devcontainer folder provides the means to build and launch the developer
2929
container using vscode.
3030

3131
Consequences
3232
------------
3333

3434
We can label projects as cloud native.
35-

0 commit comments

Comments
 (0)