Skip to content

Commit fb319e7

Browse files
Noah Gibbssapienfrom2000s
authored andcommitted
Fix minor typo
1 parent 41c343f commit fb319e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/scarpe/wv/edit_line.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module Scarpe::Webview
44
class EditLine < Drawable
5-
attr_reader :text, :width, :stoke, :font, :tooltip
5+
attr_reader :text, :width, :stroke, :font, :tooltip
66

77
def initialize(properties)
88
super

0 commit comments

Comments
 (0)