Fix incorrect case in paragraph. (#2363)

Incorrect case used in paragraph to describe interactive debugging with Pry.

Obvious fix.
This commit is contained in:
Jordan Craig 2017-12-04 16:55:33 +00:00 committed by Adam Leff
parent ffc699c4d9
commit d928c76702

View file

@ -73,7 +73,7 @@ independent of programming languages and their resolver mechanisms.
## Interactive Debugging with Pry ## Interactive Debugging with Pry
Here's a sample InSpec control that users Ruby variables to instantiate Here's a sample InSpec control that users Ruby variables to instantiate
an InSpec resource once and use the content in multipLe tests. an InSpec resource once and use the content in multiple tests.
```ruby ```ruby
control 'check-perl' do control 'check-perl' do