Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ismasan committed Feb 5, 2025
1 parent 7790b14 commit 420a12e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/ruby/lib/datastar/async_executor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def initialize
# even if the exception is handled upstream
# See https://github.com/socketry/async/blob/9851cb945ae49a85375d120219000fe7db457307/lib/async/task.rb#L204
# Not great to silence these logs for ALL tasks
# in a Rails app (I ony want to silence them for Datastar tasks)
# in a Rails app (I only want to silence them for Datastar tasks)
Console.logger.disable(Async::Task)
end

Expand Down
2 changes: 1 addition & 1 deletion sdk/ruby/lib/datastar/dispatcher.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Datastar
# The Dispatcher encapsulates the logic of handling a request
# and sending updating a response with datastar messages.
# and building a response with streaming datastar messages.
# You'll normally instantiate a Dispatcher in your controller action of Rack handler
# via Datastar.new.
# @example
Expand Down

0 comments on commit 420a12e

Please sign in to comment.