Fix typos in blog post example and save-file-browser plugin (#4009)

* Update blog-post-coding.js

* Update save-file-browser.js

* Update blog-post-coding.js

---------

Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
This commit is contained in:
Maxim Evtush 2025-06-16 19:19:44 +03:00 committed by GitHub
parent e37f20f547
commit 7cef25822c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ async function main() {
content: `We have got this draft of the new blog post, let us start working on it.
--- BEGIN DRAFT OF POST ---
Maui is a beautiful island in the state of Hawaii and is world-reknown for its whale watching season. Here are 2 other additional things to do in Maui, HI:
Maui is a beautiful island in the state of Hawaii and is world-renowned for its whale watching season. Here are 2 additional things to do in Maui, HI:
--- END DRAFT OF POST ---
`,

View File

@ -15,7 +15,7 @@ const saveFileInBrowser = {
tracker: new Deduplicator(),
name: this.name,
description:
"Save content to a file when the user explicity asks for a download of the file.",
"Save content to a file when the user explicitly asks for a download of the file.",
examples: [
{
prompt: "Save me that to a file named 'output'",