Skip to content

Commit 0f153e6

Browse files
committedSep 13, 2024·
docs: clarify the prompts drop-down
1 parent 7845715 commit 0f153e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/context-editor/src/App.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const App: React.FC = () => {
8181
},
8282
}}
8383
>
84-
<Typography variant="h6" color="secondary">View Prompts</Typography>
84+
<Typography variant="h6" color="secondary">Prompts: Generate draft & Usage / custom instructions</Typography>
8585
</AccordionSummary>
8686
<AccordionDetails>
8787
<Grid container spacing={2}>

0 commit comments

Comments
 (0)
Please sign in to comment.