Agile Web Development with Rails 7: typos in code highlight comments (page 259) [solved]

@rubys

The code file /rails7/depot_tb/config/routes.rb has comments around the newly added resources :support_requests, only: %i[ index update ] line.

I believe they should say ‘# START_HIGHLIGHT’ and ‘# END_HIGHLIGHT’ which I suspect would then be rendered as an arrow pointing at the new line.

Good catch! Fixed.