From 33f44ae07b8c8f3c591ad590c112fbfafd5448f8 Mon Sep 17 00:00:00 2001 From: Shane Date: Fri, 22 Feb 2019 14:25:03 -0800 Subject: [PATCH] fix readme typo around schema --- workspaces/json-schema-walker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/json-schema-walker/README.md b/workspaces/json-schema-walker/README.md index 0939be6..53e384c 100644 --- a/workspaces/json-schema-walker/README.md +++ b/workspaces/json-schema-walker/README.md @@ -25,7 +25,7 @@ This simply calls the preFunc callback (if there is one), calls `subschemaWalk` wth an empty parent path of `[]`, and then calls the postFunc callback. -#### `subschemaWalk(scheam, preFunc, postFunc, parentPath, vocabulary)` +#### `subschemaWalk(schema, preFunc, postFunc, parentPath, vocabulary)` Sometimes it is useful to start somewhere within a document, which `subschemaWalk` accomplishes by taking a parent path.