From 472b531744922c30fe5c58735540a765b61d22db Mon Sep 17 00:00:00 2001
From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>
Date: Tue, 11 Apr 2023 13:57:43 -0400
Subject: [PATCH] MDM docs: Add missing period (#11149)
---
docs/Using-Fleet/MDM-commands.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/Using-Fleet/MDM-commands.md b/docs/Using-Fleet/MDM-commands.md
index 258eed16f4..73069724b5 100644
--- a/docs/Using-Fleet/MDM-commands.md
+++ b/docs/Using-Fleet/MDM-commands.md
@@ -20,7 +20,7 @@ You can run any command supported by Apple's MDM protocol as a custom command in
> The "Erase a device" and "Lock a device" commands are only available in Fleet Premium
-Each command has example request payloads in XML format. For example, if we want to restart a host, we'll use the "Restart a Device" request payload documented by Apple [here](https://developer.apple.com/documentation/devicemanagement/restart_a_device#3384428)
+Each command has example request payloads in XML format. For example, if we want to restart a host, we'll use the "Restart a Device" request payload documented by Apple [here](https://developer.apple.com/documentation/devicemanagement/restart_a_device#3384428).
To run the "Restart a device" command, we'll need to create a `restart-device.xml` file locally and copy and paste the request payload into this `.xml` file:
@@ -72,4 +72,4 @@ Fleet UI:
2. Look at the on-screen information.
-
\ No newline at end of file
+