Merge pull request #1082 from Dispader/fix_typo

Fix minor typo in documentation
This commit is contained in:
Christoph Hartmann 2016-09-19 08:08:50 +01:00 committed by GitHub
commit 0622c2fd6e

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