Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit 7d4b56f

Browse files
committed
Update initial content text for improved clarity and detail in example descriptions
1 parent 4fb58f0 commit 7d4b56f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/tiles-playground/utils/initialContent.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export function $prepopulatedRichText() {
4242
// Add a paragraph with some text
4343
const paragraph3 = $createParagraphNode();
4444
paragraph3.append(
45-
$createTextNode('For example, you can ask:')
45+
$createTextNode('For example, you can write:')
4646
);
4747
root.append(paragraph3);
4848

@@ -54,7 +54,7 @@ export function $prepopulatedRichText() {
5454
const paragraph4 = $createParagraphNode();
5555
const mentionNode = $createMentionNode('dylibso/eval-py');
5656
paragraph4.append(mentionNode);
57-
paragraph4.append($createTextNode(' My current left balance and financial analysis: Balance As of 5th April Bank: 87150 Credit debt (ICICI+HDFC+AXIS): 47504 + 35000 + 25732 , Splitwise debt: -261295. Draw a diagram to show how my money was spent and how much is left.'));
57+
paragraph4.append($createTextNode(' My current left balance and financial analysis: Balance As of 5th April Bank: 87150 Credit debt (ICICI+HDFC+AXIS): 47504 + 35000 + 25732 , Splitwise debt: -261295. An analysis and a diagram to show how my money was spent and how much is left.'));
5858
root.append(paragraph4);
5959

6060
// Add a horizontal line

0 commit comments

Comments
 (0)