Skip to content

Commit 5d48859

Browse files
committed
typo
1 parent 4a95d91 commit 5d48859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser-repl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const runtime = new IframeRuntime(serviceProvider);
3131
Shell is a React component with the following properties:
3232

3333
- `runtime: Runtime`: The runtime used to evaluate code.
34-
- `onOutputChanged?: (output: ShellOutputEntry[]) => void`: A function called each time the output changes with an array of `ShellOutputEntryes`.
34+
- `onOutputChanged?: (output: ShellOutputEntry[]) => void`: A function called each time the output changes with an array of `ShellOutputEntries`.
3535
- `onHistoryChanged?: (history: string[]) => void`: A function called each time the history changes with an array of history entries ordered from the most recent to the oldest entry.
3636
- `onEditorChanged?: (editor: EditorRef | null) => void`: A function called each time the editor ref changes. Can be used to call editor methods.
3737
- `onOperationStarted: () => void`: A function called when an operation has begun.

0 commit comments

Comments
 (0)