diff --git a/src/pages/smart-contracts/clarity-values-guide.md b/src/pages/smart-contracts/clarity-values-guide.md
index b18914f0..2d3dddc2 100644
--- a/src/pages/smart-contracts/clarity-values-guide.md
+++ b/src/pages/smart-contracts/clarity-values-guide.md
@@ -1,6 +1,6 @@
 ---
 title: Clarity Values Guide
-description: Learn how to deal with Clarity Values in Typescript.
+description: Learn how to deal with Clarity Values in Javascript.
 tags:
   - tutorial
 ---
@@ -140,4 +140,4 @@ For example, calling `cvToString()` on a `tuple` might yield something like:
 
 ```
 (tuple (key "value"))
-```
\ No newline at end of file
+```