diff options
author | Richard Kiss <him@richardkiss.com> | 2023-12-12 01:53:36 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-12 11:53:36 +0200 |
commit | 9494d7c4774ab745490b5a19570ff7747a194143 (patch) | |
tree | ec70be73a544a7cf30a17a0430b87d89a269d188 /examples/server/public/completion.js | |
parent | 6138963fb232cbae70c9d181db0ba125708f473d (diff) |
english : use `typos` to fix comments and logs (#4354)
Diffstat (limited to 'examples/server/public/completion.js')
-rw-r--r-- | examples/server/public/completion.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/server/public/completion.js b/examples/server/public/completion.js index b9c44250..c281f0fb 100644 --- a/examples/server/public/completion.js +++ b/examples/server/public/completion.js @@ -114,7 +114,7 @@ export async function* llama(prompt, params = {}, config = {}) { return content; } -// Call llama, return an event target that you can subcribe to +// Call llama, return an event target that you can subscribe to // // Example: // |