Fix minor typos
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user