Skip to content

Commit b9e2506

Browse files
authored
Update Native index page (#1527)
Native team recently updated the index page (#1517). This PR fixes a couple grammatical errors.
1 parent 7c16edf commit b9e2506

File tree

1 file changed

+5
-6
lines changed
  • src/collections/_documentation/platforms/native

1 file changed

+5
-6
lines changed

src/collections/_documentation/platforms/native/index.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,15 @@ without using the Native SDK, see the following resources:
3434

3535
## Integrating the SDK
3636

37-
The Native SDK currently supports **Windows, macOS, Linux and Android**.
37+
The Native SDK currently supports **Windows**, **macOS**, **Linux**, and **Android**.
3838

3939
### Building the SDK
4040

4141
To build the SDK, download the latest release of the SDK from the [Releases
4242
page](https://github.com/getsentry/sentry-native/releases).
43-
The SDK is managed as a [CMake] project, which additionally supports a number
44-
of configuration options, such as the backend to use.
43+
The SDK is managed as a [CMake] project, which additionally supports several configuration options, such as the backend to use.
4544

46-
`CMake` can be used for example like this (on macOS):
45+
For example, `CMake` can be used like this (on macOS):
4746

4847
```sh
4948
# configure the cmake build into the `build` directory, with crashpad (on macOS)
@@ -398,7 +397,7 @@ background thread or thread pool to avoid blocking execution.
398397
and libraries. Similar to plugins, they extend the functionality of the Sentry
399398
SDK.
400399
401-
The Native SDK can use different backends that are responsible to capture
400+
The Native SDK can use different backends that are responsible for capturing
402401
crashes. The backend is configured at build-time, using the `SENTRY_BACKEND`
403402
CMake option.
404403
@@ -447,7 +446,7 @@ in the same request, such as log files.
447446
{% include platforms/event-attachments.md %}
448447
449448
To add an attachment, the path to the file has to be configured when
450-
initializing the SDK. It will monitor the file and upload it along any event
449+
initializing the SDK. It will monitor the file and upload it along with any event
451450
or crash that is sent to Sentry:
452451
453452
```c

0 commit comments

Comments
 (0)