mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
Fix minor typo in documentation
This commit is contained in:
parent
913a8fdc40
commit
6de1c47b72
1 changed files with 1 additions and 1 deletions
|
@ -2195,7 +2195,7 @@ This file can be queried via:
|
|||
|
||||
.. code-block:: ruby
|
||||
|
||||
describe json('/paht/to/name.json') do
|
||||
describe json('/path/to/name.json') do
|
||||
its('name') { should eq 'hello' }
|
||||
its(['meta','creator']) { should eq 'John Doe' }
|
||||
its(['array', 1]) { should eq 'one' }
|
||||
|
|
Loading…
Reference in a new issue