From 27d94c50372ee839724f7e6311131c8e9536d0c4 Mon Sep 17 00:00:00 2001 From: Tristan Escalada Date: Fri, 3 Mar 2017 14:03:54 -0500 Subject: [PATCH] Fixing a typo changing paht to be path. --- docs/resources/json.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }