From a8835cb42758b1846bb7f70130e216f96d3f8831 Mon Sep 17 00:00:00 2001 From: Oumaima Fisaoui <48260689+Oumaimafisaoui@users.noreply.github.com> Date: Fri, 30 Aug 2024 15:14:59 +0100 Subject: [PATCH] Chore(DPxAI): Fix subject issues --- subjects/DPxAI/the-smooth-operator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/DPxAI/the-smooth-operator/README.md b/subjects/DPxAI/the-smooth-operator/README.md index 23642bb67..db5486f9c 100644 --- a/subjects/DPxAI/the-smooth-operator/README.md +++ b/subjects/DPxAI/the-smooth-operator/README.md @@ -60,7 +60,7 @@ let twiceMyAge = 33 * 2; ### Placeholders -JavaScript allows you to include expressions within strings using template literals. This is done using backticks ``(`)`` and the `${}` syntax to include expressions. +JavaScript allows you to include expressions within strings using template literals. This is done using backticks ``(`)`` and the ``${}`` syntax to include expressions. #### Example