diff --git a/examples/demo_sorbet.rb b/examples/demo_sorbet.rb index 8a52e08b..f77fa07c 100755 --- a/examples/demo_sorbet.rb +++ b/examples/demo_sorbet.rb @@ -37,7 +37,7 @@ # if you have sorbet LSP enabled, and uncomment the two lines below # you will see a red squiggly line on `params` due to a quirk of the sorbet type system. # - # this file will still infact, run correctly as uncommented. + # this file will still in fact, run correctly as uncommented. # completion = client.chat.completions.create(params) # pp(completion.choices.first&.message&.content)