Skip to content

Commit

Permalink
more inflection fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite committed Apr 26, 2024
1 parent 512437e commit 1ca1cb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bridgetown-core/test/resources/src/_pages/i-am-ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#{ render "an_erb_partial", abc: 456 }
#{ html-> do
if data.title.include?("Ruby")
render RubyHtmlText.new
render RubyHTMLText.new
else
nil
end
Expand Down
2 changes: 1 addition & 1 deletion bridgetown-core/test/ssr/server/routes/ooh_json.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

class Routes::OohJson < Bridgetown::Rack::Routes
class Routes::OohJSON < Bridgetown::Rack::Routes
route do |r|
# route: POST /cookies
r.post "ooh_json" do
Expand Down

0 comments on commit 1ca1cb5

Please sign in to comment.