From fb005b14750cfcd3d663639cb8534e7ff1ece566 Mon Sep 17 00:00:00 2001 From: Danil Date: Mon, 13 Jun 2022 14:47:29 +0700 Subject: [PATCH] Fix wrong content description for Freeze and Seal in JavaScript (#1293) --- content/videos.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/videos.json b/content/videos.json index e325bdb4d..22d57c329 100644 --- a/content/videos.json +++ b/content/videos.json @@ -200,7 +200,7 @@ { "id": "freeze-and-seal-objects-in-javascript", "title": "Freeze and Seal in JavaScript", - "description": "Learn what is OSI Model and the different layers involved.", + "description": "Learn what is object freeze and seal in JavaScript and how to use them", "youtubeLink": "https://www.youtube.com/watch?v=O3uT2l6vgZ8", "isPro": false, "authorUsername": "kamranahmedse",