Skip to content

Commit 2f9530b

Browse files
committed
fix typo
1 parent e7a5e33 commit 2f9530b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/examples/server/simpleStreamableHttp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ const getServer = () => {
210210
content: [
211211
{
212212
type: 'text',
213-
text: `No information was collected. User rejectd to provide ${infoType} information.`,
213+
text: `No information was collected. User rejected ${infoType} information request.`,
214214
},
215215
],
216216
};

0 commit comments

Comments
 (0)