From 9494d7c4774ab745490b5a19570ff7747a194143 Mon Sep 17 00:00:00 2001 From: Richard Kiss Date: Tue, 12 Dec 2023 01:53:36 -0800 Subject: english : use `typos` to fix comments and logs (#4354) --- examples/server/public/completion.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/server/public/completion.js') 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: // -- cgit v1.2.3