From 5dcbbf81b953a9794f607f4c0a6b74d5fb44a7ac Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Sat, 15 Mar 2025 04:23:11 +1100 Subject: [PATCH] Rename two exercises Now all practice exercises have names consistent with problem-specifications metadata https://github.com/exercism/problem-specifications/blob/main/exercises/protein-translation/metadata.toml https://github.com/exercism/problem-specifications/blob/main/exercises/two-fer/metadata.toml [no important files changed] --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 8e307b8..4724d4b 100644 --- a/config.json +++ b/config.json @@ -356,7 +356,7 @@ }, { "slug": "protein-translation", - "name": "Protein Translaton", + "name": "Protein Translation", "uuid": "4d510ad3-4d37-491a-99c6-892fbe5bd095", "practices": [], "prerequisites": [], @@ -543,7 +543,7 @@ }, { "slug": "two-fer", - "name": "Two Fer", + "name": "Two-Fer", "uuid": "4d19f94f-c319-4b1d-8145-51ce01ad448d", "practices": [], "prerequisites": [],