diff --git a/Google-Summer-of-Code-2023-Ideas.md b/Google-Summer-of-Code-2023-Ideas.md
index 3a4f32c..ab33b74 100644
--- a/Google-Summer-of-Code-2023-Ideas.md
+++ b/Google-Summer-of-Code-2023-Ideas.md
@@ -376,7 +376,7 @@ For the [Borg+Borgmatic Docker image](https://github.com/borgmatic-collective/do
**Difficulty**: Medium
**Length**: 90 hours
**Skills required**: Docker, Linux, Shell
-**Description**: Add linting (hadolint) and test builds as we currently only utilise CD to deploy the image to GitHub/Docker Hub registries: Might be worth investigating if we could run the borgmatic unit/integration tests using the docker-borgmatic image as I don't think it does currently @witten ?
+**Description**: Add linting (hadolint) and test builds as we currently only utilise CD to deploy the image to GitHub/Docker Hub registries: Might be worth investigating if we could run the borgmatic unit/integration tests using the docker-borgmatic image as they don't run there currently.
**Task outline**: Research Docker linting and testing best-practices and see how similar projects are dealing with it. Then add the same to our release process, likely using Github Actions, but staying platform agnostic where possible.
**Additional details**: -
**Possible mentor**: [@grantbevis][grantbevis], [@m3nu][m3nu] (backup mentor)