diff --git a/docs/dev/launch-a-live-network.md b/docs/dev/launch-a-live-network.md
index 6baca163bbd40c34782a8f4c917c8f4c208e568c..c53099cc2524256901ed80e5c2824dcfc3e3c467 100644
--- a/docs/dev/launch-a-live-network.md
+++ b/docs/dev/launch-a-live-network.md
@@ -13,7 +13,7 @@ In order to build in a standardized environment, you need Docker.
 
 When launching a new network, you're likely to use a new runtime. See how to [release a new runtime](./release-new-runtime.md).
 
-### Inject runtime code in chainspec
+### Inject runtime in chainspec
 
 FIXME order?
 Once you updated your session keys, inject the runtime code built with srtool inside the raw chainspec file.
diff --git a/docs/dev/release-new-runtime.md b/docs/dev/release-new-runtime.md
index a1452c0a581d5d2ddd4f19d31d186d605abe4d11..b2a0b4b9394c62aed874de05d04333df9a30bdca 100644
--- a/docs/dev/release-new-runtime.md
+++ b/docs/dev/release-new-runtime.md
@@ -38,4 +38,4 @@ This command does the following things (use your system monitor to track the pro
 1. Generate release notes using the template in `xtask/res`
 1. Publish the release with the notes on GitLab using your `GITLAB_TOKEN`
 
-This release will trigger a GitLab CI publishing a docker image (TODO of what?).
\ No newline at end of file
+This release will trigger a GitLab CI publishing a docker image of the Substrate client with embeded runtime. 
\ No newline at end of file