Fix minor typo in documentation

This commit is contained in:
Jake Gage 2016-09-15 15:27:44 -05:00
parent 913a8fdc40
commit 6de1c47b72

View file

@ -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' }