Skip to content

Commit f599208

Browse files
Apply suggestions from code review
Co-authored-by: Alex Krawiec <[email protected]>
1 parent f242b53 commit f599208

File tree

1 file changed

+2
-2
lines changed
  • docs/platforms/python/integrations/typer

1 file changed

+2
-2
lines changed

docs/platforms/python/integrations/typer/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Typer
33
description: Learn how to use Sentry to capture Typer exceptions.
44
---
55

6-
The `TyperIntegration` captures exceptions raised when using Typer CLI applications.
6+
The `TyperIntegration` captures exceptions raised when using [Typer CLI](https://typer.tiangolo.com/) applications.
77

88
## Install
99

@@ -49,4 +49,4 @@ if __name__ == "__main__":
4949
```
5050

5151
When you run this, Sentry will capture the `ZeroDivisionError` from the `main()`
52-
function and you will be able to see it on [sentry.io](https://sentry.io).
52+
function and you'll be able to see it on [sentry.io](https://sentry.io).

0 commit comments

Comments
 (0)