From 055687a065c52b6111f9d8d930754d773bfca987 Mon Sep 17 00:00:00 2001
From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com>
Date: Sat, 18 Jan 2025 18:37:26 -0500
Subject: [PATCH] Updates

---
 text/1070-default-globals-for-strict-mode.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/text/1070-default-globals-for-strict-mode.md b/text/1070-default-globals-for-strict-mode.md
index 1d90adf32b..5a4eb52f37 100644
--- a/text/1070-default-globals-for-strict-mode.md
+++ b/text/1070-default-globals-for-strict-mode.md
@@ -125,15 +125,18 @@ Given the above criteria, the following should be added to default-available str
 
 TC39:
 
-- [`globalThis`](https://tc39.es/ecma262/#sec-globalthis)
+- [`globalThis`](https://tc39.es/ecma262/#sec-globalthis) - Already available. 
+    <details><summary>Example</summary>
 
-    Already available. [Example](https://limber.glimdown.com/edit?c=MYewdgzgLgBAJgQygmBeGBvGBzATgU3ygEsxsAuGAcgAt8AbekGKOggQipgF8BuAKH4AeKPgC2AB3pJ8APn4xMGbEwBGCegBUaxCADoAUgGUA8gDk90XKWzEAZgE94SBN27CA9KMnTRsoA&format=gjs)
+    [Link](https://limber.glimdown.com/edit?c=MYewdgzgLgBAJgQygmBeGBvGBzATgU3ygEsxsAuGAcgAt8AbekGKOggQipgF8BuAKH4AeKPgC2AB3pJ8APn4xMGbEwBGCegBUaxCADoAUgGUA8gDk90XKWzEAZgE94SBN27CA9KMnTRsoA&format=gjs)
     ```gjs
     <template>
         {{globalThis.JSON.stringify @data}}
     </template>
     ```
 
+    </details>
+
 - [`Atomics`](https://tc39.es/ecma262/#sec-atomics)
 
     [Example](https://limber.glimdown.com/edit?c=MYewdgzgLgBARgVwGZIKYCcYF4ZlQdxgEF10BDATwCFk10AKARgDYBKAbgChRJYEBLMFAAc2XARgBVQSJLkK9RCgwdOAocIDaABgC6YgOxdOAehMwDMetsa3WMABoB5AEowATFe03t9nAFYvRhtWAB44dAA%2BTiIoEABbfmAIADoADxAGdREAGhhtPPdWTk5QqFR4gAcAGzJy6JgYAG8mgHNqkDgyaoAVAAt%2BVNiEpNSOsgATGGzhAF9Z0pNyqtr6oA&format=gjs)