Skip to content

Commit

Permalink
Fix protocol typo
Browse files Browse the repository at this point in the history
Fix #1409
  • Loading branch information
astares committed Apr 5, 2024
1 parent 847ae23 commit f471413
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
accesing
accessing

Check warning on line 1 in repository/Seaside-Core.package/WANullScriptGenerator.class/instance/addLoadScript..st

View check run for this annotation

Codecov / codecov/patch

repository/Seaside-Core.package/WANullScriptGenerator.class/instance/addLoadScript..st#L1

Added line #L1 was not covered by tests
addLoadScript: anObject
WAError signal: '#addLoadScript: is not supported by WANullScriptGenerator use WADefaultScriptGenerator or JQScriptGenerator instead'
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
accesing
accessing

Check warning on line 1 in repository/Seaside-Core.package/WANullScriptGenerator.class/instance/addLoadScriptFirst..st

View check run for this annotation

Codecov / codecov/patch

repository/Seaside-Core.package/WANullScriptGenerator.class/instance/addLoadScriptFirst..st#L1

Added line #L1 was not covered by tests
addLoadScriptFirst: anObject
WAError signal: '#addLoadScriptFirst: is not supported by WANullScriptGenerator use WADefaultScriptGenerator or JQScriptGenerator instead'
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
accesing
accessing
tag
^ 'style'

0 comments on commit f471413

Please sign in to comment.