Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit a099427

Browse files
doc++
1 parent 60e154a commit a099427

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/PERFORMANCE_MONITORING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In both cases, remove the `/platforms` folder afterwards so the required native
1818
## API
1919

2020
### `startTrace`
21-
To interact with a started trace, we're remembering it in the property `firebaseTrace`:
21+
To be able to interact with a started trace, you can remember it in a property (in this case `firebaseTrace`):
2222

2323
```typescript
2424
import { performance as firebasePerformance } from "nativescript-plugin-firebase";
@@ -27,7 +27,7 @@ import { FirebaseTrace } from "nativescript-plugin-firebase/performance/performa
2727
const firebaseTrace: FirebaseTrace = firebasePerformance.startTrace("myTrace");
2828
```
2929

30-
Now you can call several functions on the remembered trace object, read on below. And don't forget to use `trace.stop`.
30+
Now you can call several functions on the remembered trace object, read on below. And don't forget to use `trace.stop` afterwards.
3131

3232
### `trace.setValue`
3333

0 commit comments

Comments
 (0)