Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Sinatra::HamlHelpers to sinatra-contrib #1960

Merged
merged 7 commits into from
Dec 4, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typo in documentation
[ci skip]
  • Loading branch information
dentarg committed Nov 22, 2023
commit 1b8e4c9beac24525e758432ba574a54e6b327375
2 changes: 1 addition & 1 deletion sinatra-contrib/lib/sinatra/haml_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
module Sinatra
# = Sinatra::HamlHelpers
#
# This extensions provides helper methods that existed in Haml 5 but was
# This extension provides helper methods that existed in Haml 5 but was
# removed in Haml 6. To use this in your app, just +register+ it:
#
# require 'sinatra/base'
Expand Down