Skip to content

Commit 09c0615

Browse files
ambozflovilmart
authored andcommitted
Update objects.md (#479)
Fix language specifying nested URL
1 parent 00f21c9 commit 09c0615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/rest/objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Users have a special class-level url:
4545
<span class="custom-parse-server-protocol">https</span>://<span class="custom-parse-server-url">YOUR.PARSE-SERVER.HERE</span><span class="custom-parse-server-mount">/parse/</span>users
4646
</code></pre>
4747

48-
The operations specific to a single object are available a nested URL. For example, operations specific to the `GameScore` above with `objectId` equal to `Ed1nuqPvcm` would use the object URL:
48+
The operations specific to a single object are available as a nested URL. For example, operations specific to the `GameScore` above with `objectId` equal to `Ed1nuqPvcm` would use the object URL:
4949

5050
<pre><code class="javascript">
5151
<span class="custom-parse-server-protocol">https</span>://<span class="custom-parse-server-url">YOUR.PARSE-SERVER.HERE</span><span class="custom-parse-server-mount">/parse/</span>classes/GameScore/Ed1nuqPvcm

0 commit comments

Comments
 (0)