Skip to content

Commit 29b8bb8

Browse files
committed
fix typos
1 parent 52c1772 commit 29b8bb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/scenarios/understand_impact_of_changes/3-capture-tags/1-capture-tags-java.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ public ResponseEntity<String> creditCheck(@RequestParam("customernum") String cu
3737
}
3838
```
3939

40-
We can see that this function accepts a **customer number** as an input. This would be helpful to capture as part of a trace. What else would be helpful?
40+
We can see that this function accepts a **customer number** as an input. This would be helpful to capture as part of a trace. What else would be helpful?
4141

42-
Well, the **credit score** returned for this customer by the `creditprocessorservice` may be interesting (we want to ensure we don't capture any PII data though). It would also be helpful to capture the **credit score category**, and the **credit check result**.
42+
Well, the **credit score** returned for this customer by the `creditprocessorservice` may be interesting (we want to ensure we don't capture any PII data though). It would also be helpful to capture the **credit score category**, and the **credit check result**.
4343

44-
Great, we've identified four tags to capture from this service that could help with our investigation. But how do we capture these?
44+
Great, we've identified four tags to capture from this service that could help with our investigation. But how do we capture these?
4545

4646
## Capture Tags
4747

0 commit comments

Comments
 (0)