diff --git a/docs/resources/json.md.erb b/docs/resources/json.md.erb index 38a0325cd..d743bb1d9 100644 --- a/docs/resources/json.md.erb +++ b/docs/resources/json.md.erb @@ -23,7 +23,7 @@ A `json` resource block declares the data to be tested. Assume the following JSO This file can be queried using: - 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' }