From fb1557c3867a57c9d0dbc50bfc9f9b5076d307a0 Mon Sep 17 00:00:00 2001
From: Morten Nielsen <1378165+dotMorten@users.noreply.github.com>
Date: Thu, 23 Jan 2020 17:07:07 -0800
Subject: [PATCH] Fix type
---
docs/concepts/BluetoothAndroid.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/concepts/BluetoothAndroid.md b/docs/concepts/BluetoothAndroid.md
index a00a0e1..cf012d2 100644
--- a/docs/concepts/BluetoothAndroid.md
+++ b/docs/concepts/BluetoothAndroid.md
@@ -6,7 +6,7 @@ First ensure you have the necessary permissions in the AndroidManifest.xml file:
-```xml
+```
Next see MainActivity.cs in the Android sample as a reference: