Browse Source

update instance page

aanthonymax 2 weeks ago
parent
commit
fa95f1752b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      www/new-app/src/content/docs/objects/instance.mdx

+ 1 - 1
www/new-app/src/content/docs/objects/instance.mdx

@@ -117,7 +117,7 @@ console.log(instance);
     response: div,
     requests: [
         { status: 200, response: b },
-        { status: 200, response: [ul, ul] }
+        { status: 200, response: [a, div] }
     ]
 }
 ```