Fix minor typos

This commit is contained in:
Justin Berman
2019-10-31 15:26:34 -07:00
parent bb1ab90aed
commit 62f771db74
10 changed files with 26 additions and 39 deletions

View File

@@ -1,7 +1,7 @@
<div class="section">
<h2><a href="/docs/#sdk">SDK</a> : Insert</h2>
<p><span class="font-semibold">Insert</span> lets your add items to a user's database. This API with will return a promise that gets resolved once the item has been durably inserted into the database.</p>
<p><span class="font-semibold">Insert</span> lets you add items to a user's database. This API will return a promise that gets resolved once the item has been durably inserted into the database.</p>
<pre>
<code class="language-javascript">userbase.insert(databaseName, item, itemId)