From b3a071a3c82c1e9e45282daab40b9e85bf6062a7 Mon Sep 17 00:00:00 2001 From: lidong Date: Mon, 13 Mar 2017 23:12:28 -0700 Subject: [PATCH] Fix a typo Change-Id: If49f014e7f4aa5dc1833d80f8b54aadd20180d21 --- doc/source/appdev-guide/step-by-step/part1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/appdev-guide/step-by-step/part1.rst b/doc/source/appdev-guide/step-by-step/part1.rst index cce30473..dd8b3a9c 100644 --- a/doc/source/appdev-guide/step-by-step/part1.rst +++ b/doc/source/appdev-guide/step-by-step/part1.rst @@ -263,7 +263,7 @@ basic, the snippet is simple as well: This json follows a standard json-patch notation, i.e. it defines a number of operations to edit a large json document. This particular one `adds` (note the -value of ``op`` key) an object descibed in the ``value`` of the json to the +value of ``op`` key) an object described in the ``value`` of the json to the `root` (note the ``path`` equal to ``/-`` - that's root) of our environment. The object we add has the `type` of ``com.yourdomain.HelloWorld`` - that's the class we just created two steps ago. Other keys in this json parameterize the