Skip to content

Commit 8b260aa

Browse files
authored
grammar inproc macOS 13 breakage
1 parent 48eb26a commit 8b260aa

File tree

1 file changed

+2
-2
lines changed
  • docs/platforms/native/configuration/backends

1 file changed

+2
-2
lines changed

docs/platforms/native/configuration/backends/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ CMake option, with support for the following options:
1616
It is used as the default on Windows, macOS, and Linux.
1717
- `breakpad`: This uses the in-process breakpad handler.
1818
- `inproc`: A small in-process handler supported on all platforms
19-
and used as a default on Android. It does no longer work on macOS since version 13 ("Ventura").
19+
and used as a default on Android. It has no longer worked on macOS since version 13 ("Ventura").
2020
- `none`: This builds `sentry-native` without a backend, so it does not handle
2121
crashes. It is primarily used for tests.
2222

@@ -27,4 +27,4 @@ written to disk and sent the next time the application is run. Since `Crashpad`
2727
runs in a different process, it doesn't have this limitation.
2828

2929
The [Advanced Usage](/platforms/native/advanced-usage/backend-tradeoffs) section
30-
explains the trade-offs in choosing the correct backend for your use case.
30+
explains the trade-offs in choosing the correct backend for your use case.

0 commit comments

Comments
 (0)