summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2024-09-30 21:28:57 +0300
committerBonfaceKilz2024-10-02 10:24:59 +0300
commitfaf2fd7608a59b34aa8464b6659879dcb2f18594 (patch)
treea551e4b88c6864d32048547b2098ee062604e7b9
parentee75aa55c8ab9feb808840004bccd1a0ac15d1b3 (diff)
downloadgn-gemtext-faf2fd7608a59b34aa8464b6659879dcb2f18594.tar.gz
Fix typo.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rw-r--r--topics/ADR/gn3/002-run-rdf-tests-in-build-container.gmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/topics/ADR/gn3/002-run-rdf-tests-in-build-container.gmi b/topics/ADR/gn3/002-run-rdf-tests-in-build-container.gmi
index a7834ed..52ece2b 100644
--- a/topics/ADR/gn3/002-run-rdf-tests-in-build-container.gmi
+++ b/topics/ADR/gn3/002-run-rdf-tests-in-build-container.gmi
@@ -16,7 +16,7 @@ SPARQL_CRUD_AUTH_URI="http://localhost:8890/sparql-graph-crud-auth"
FAHAMU_AUTH_TOKEN="XXXXXX"
```
-This extra bootstrapping when running tests needs care, and locks tests to CD or special configuration when running locally. This leads to a fragile tests that cause CD to break. Moreover, to add tests to CD, we would have to add extra g-exp to gn-machines.
+This extra bootstrapping when running tests needs care, and locks tests to CD or special configuration when running locally. This leads to fragile tests that cause CD to break. Moreover, to add tests to CD, we would have to add extra g-exp to gn-machines.
This ADR is related to: