Skip to content

Commit

Permalink
Fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
noahgibbs committed Feb 18, 2024
1 parent 6aa49ee commit f41a98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scarpe/wv/edit_line.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Scarpe::Webview
class EditLine < Drawable
attr_reader :text, :width, :stoke, :font, :tooltip
attr_reader :text, :width, :stroke, :font, :tooltip

def initialize(properties)
super
Expand Down

0 comments on commit f41a98a

Please sign in to comment.