Skip to content

Commit dcdfe4b

Browse files
authored
Fix formatting on Deleting Files header (parse-community#815)
Just needed a space
1 parent 7dfb2f3 commit dcdfe4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/ios/files.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ file?.saveInBackground({ (success: Bool, error: Error?) in
142142
```
143143
</div>
144144

145-
##Deleting Files
145+
## Deleting Files
146146

147147
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.
148148

0 commit comments

Comments
 (0)