Skip to content

Commit

Permalink
Update docs/src/extend/code-path-analysis.md
Browse files Browse the repository at this point in the history
Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
  • Loading branch information
nzakas and mdjermanovic committed Sep 6, 2023
1 parent b5b9a6a commit b465903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/extend/code-path-analysis.md
Expand Up @@ -247,7 +247,7 @@ bar();

### Track current segment position

The track the current code path segment position, you can define a rule like this:
To track the current code path segment position, you can define a rule like this:

```js
module.exports = {
Expand Down

0 comments on commit b465903

Please sign in to comment.