Fix wrong content description for Freeze and Seal in JavaScript (#1293)

pull/1295/head
Danil 2 years ago committed by GitHub
parent 4759604e14
commit b845ddad09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/videos.json

@ -200,7 +200,7 @@
{ {
"id": "freeze-and-seal-objects-in-javascript", "id": "freeze-and-seal-objects-in-javascript",
"title": "Freeze and Seal 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", "youtubeLink": "https://www.youtube.com/watch?v=O3uT2l6vgZ8",
"isPro": false, "isPro": false,
"authorUsername": "kamranahmedse", "authorUsername": "kamranahmedse",

Loading…
Cancel
Save