mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Merge pull request #1082 from Dispader/fix_typo
Fix minor typo in documentation
This commit is contained in:
commit
0622c2fd6e
1 changed files with 1 additions and 1 deletions
|
@ -2195,7 +2195,7 @@ This file can be queried via:
|
||||||
|
|
||||||
.. code-block:: ruby
|
.. code-block:: ruby
|
||||||
|
|
||||||
describe json('/paht/to/name.json') do
|
describe json('/path/to/name.json') do
|
||||||
its('name') { should eq 'hello' }
|
its('name') { should eq 'hello' }
|
||||||
its(['meta','creator']) { should eq 'John Doe' }
|
its(['meta','creator']) { should eq 'John Doe' }
|
||||||
its(['array', 1]) { should eq 'one' }
|
its(['array', 1]) { should eq 'one' }
|
||||||
|
|
Loading…
Reference in a new issue