From 93112fbf4d6a33e8121de8493e57c8648532a4b8 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Thu, 11 Aug 2022 03:01:32 +0900 Subject: [PATCH] fix typo in json_pointer.md (#3692) --- docs/mkdocs/docs/features/json_pointer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mkdocs/docs/features/json_pointer.md b/docs/mkdocs/docs/features/json_pointer.md index a3980b4c6..04aeca504 100644 --- a/docs/mkdocs/docs/features/json_pointer.md +++ b/docs/mkdocs/docs/features/json_pointer.md @@ -3,7 +3,7 @@ ## Introduction The library supports **JSON Pointer** ([RFC 6901](https://tools.ietf.org/html/rfc6901)) as alternative means to address -structured values. A JSON Pointer is a string that identifies a specific value withing a JSON document. +structured values. A JSON Pointer is a string that identifies a specific value within a JSON document. Consider the following JSON document