Skip to content

Commit

Permalink
Fix formatting on Deleting Files header (#815)
Browse files Browse the repository at this point in the history
Just needed a space
  • Loading branch information
samjarman authored Feb 4, 2021
1 parent 7dfb2f3 commit dcdfe4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/ios/files.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ file?.saveInBackground({ (success: Bool, error: Error?) in
```
</div>

##Deleting Files
## Deleting Files

If you know the name of a file you can delete it using the [REST API]({{site.baseUrl}}/rest/guide/#deleting-files). Your master key is required for this operation.

Expand Down

0 comments on commit dcdfe4b

Please sign in to comment.