From 95665fe89b4d63a824182834d07834f360eda48e Mon Sep 17 00:00:00 2001 From: AndreyBykov Date: Mon, 15 Jan 2024 16:44:47 +0100 Subject: [PATCH] fix(academy): remove unnecessary exclamation mark --- .../academy/webscraping/switching_to_typescript/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/academy/webscraping/switching_to_typescript/installation.md b/sources/academy/webscraping/switching_to_typescript/installation.md index ecbd5b620..c276fbf6d 100644 --- a/sources/academy/webscraping/switching_to_typescript/installation.md +++ b/sources/academy/webscraping/switching_to_typescript/installation.md @@ -156,4 +156,4 @@ Outputted is `2099`, exactly what we expected. Awesome! ## Next up {#next} -In the [next lesson](./using_types.md)!, we'll be discussing how to use some of the core types that TypeScript offers. +In the [next lesson](./using_types.md), we'll be discussing how to use some of the core types that TypeScript offers.