From 646763f75032e372365003afc81dc0abd1307323 Mon Sep 17 00:00:00 2001 From: Sam Jarman Date: Thu, 4 Feb 2021 15:42:58 +1300 Subject: [PATCH] Fix formatting on Deleting Files header Just needed a space --- _includes/ios/files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/ios/files.md b/_includes/ios/files.md index 2ab5bbc84..0a7ec31f0 100644 --- a/_includes/ios/files.md +++ b/_includes/ios/files.md @@ -142,7 +142,7 @@ file?.saveInBackground({ (success: Bool, error: Error?) in ``` -##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.