diff --git a/docs/platforms/native/advanced-usage/backend-tradeoffs/index.mdx b/docs/platforms/native/advanced-usage/backend-tradeoffs/index.mdx index 6b6f8689c7f8c..5c6b3bd29f14e 100644 --- a/docs/platforms/native/advanced-usage/backend-tradeoffs/index.mdx +++ b/docs/platforms/native/advanced-usage/backend-tradeoffs/index.mdx @@ -9,7 +9,7 @@ The Native SDK lets users decide at compile-time between three crash backends: * `breakpad` * `inproc` -Currently, `crashpad` is the default on all platforms because it +Currently, `crashpad` is the default on all desktop platforms because it * has an external `handler` process that allows for external snapshots and immediate sending of crash reports (instead of the next successful start of your application) * is the primary target for extension compared to upstream, including