Agile Web Development with Rails 7: Confusing version typo (12) (solved)

Next, we’ll install Ruby 3.1.0, the lastest version of Ruby 2.6 at the time of this writing:
$ rbenv install 3.1.0

I’m assuming this is supposed to be ‘the latest version of Ruby 3.1 […]’.

Fixed. Thanks!