Skip to content

Commit

Permalink
✏️ Fix typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Feb 21, 2025
1 parent df71fbb commit 5fcfb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/appraisal/bundler_dsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def indent(string)
indent_by = ENV.fetch("APPRAISAL_INDENTER", "lookaround")
if indent_by == "lookaround"
# Default indenter for Appraisal v3
# Uses a "look-around" of the "look-behind" variety to indent lines are more than just empty space.
# Uses a "look-around" of the "look-behind" variety to indent lines that are more than just empty space.
# In other words, retain existing indentation, and indent the line again, but not on empty lines.
string.
# NOTES:
Expand Down

0 comments on commit 5fcfb43

Please sign in to comment.