From 3d99e27341dc1651b9866c4e9fc1e2aade058c08 Mon Sep 17 00:00:00 2001 From: leonardb Date: Tue, 28 Apr 2026 08:30:58 -0400 Subject: [PATCH] Fix device_capabilities.md to remove spurious triple back-ticks Remove the extra triple back-ticks which were breaking rendering of documentation --- guides/device_capabilities.md | 1 - 1 file changed, 1 deletion(-) diff --git a/guides/device_capabilities.md b/guides/device_capabilities.md index 7327871b..5638f088 100644 --- a/guides/device_capabilities.md +++ b/guides/device_capabilities.md @@ -136,7 +136,6 @@ end ``` > **Platform note:** `types` uses iOS UTI strings on iOS (`"public.pdf"`) and MIME type strings on Android (`"application/pdf"`). To support both platforms with the same call, pass both forms — the platform ignores strings it doesn't recognise. See [Platform-specific props](components.md#platform-specific-props) for a cleaner pattern. -``` ## Camera preview