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:
parent
e37f20f547
commit
7cef25822c
@ -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 ---
|
||||
`,
|
||||
|
||||
@ -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'",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user