Skip to content

Commit 3e2dcec

Browse files
committed
deploy: 3dbfdc1
1 parent b044d4a commit 3e2dcec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_sources/api.md.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ mutation {
209209

210210
### Deleting Files/Folders
211211

212-
You can remove files or folders from the currend draft with the `deleteFiles` mutation. Multiple
212+
You can remove files or folders from the current draft with the `deleteFiles` mutation. Multiple
213213
arguments can be provided in the changes array for batch deletion of paths. Paths provided in
214214
argument are relative to the dataset root, omitting a filename a with `""` will delete the folder
215215
provided via the path argument. For examples see below:

api.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ <h3>Snapshot Creation<a class="headerlink" href="#snapshot-creation" title="Link
453453
</section>
454454
<section id="deleting-files-folders">
455455
<h3>Deleting Files/Folders<a class="headerlink" href="#deleting-files-folders" title="Link to this heading"></a></h3>
456-
<p>You can remove files or folders from the currend draft with the <code class="docutils literal notranslate"><span class="pre">deleteFiles</span></code> mutation. Multiple
456+
<p>You can remove files or folders from the current draft with the <code class="docutils literal notranslate"><span class="pre">deleteFiles</span></code> mutation. Multiple
457457
arguments can be provided in the changes array for batch deletion of paths. Paths provided in
458458
argument are relative to the dataset root, omitting a filename a with <code class="docutils literal notranslate"><span class="pre">&quot;&quot;</span></code> will delete the folder
459459
provided via the path argument. For examples see below:</p>

0 commit comments

Comments
 (0)