Skip to content

Commit 76f17a3

Browse files
committed
more docs
1 parent ebefd76 commit 76f17a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Sometimes you want to capture specific exceptions. To do so, use `Sentry.captur
7676

7777
```elixir
7878
try do
79-
ThisWillError.reall()
79+
ThisWillError.really()
8080
rescue
8181
my_exception ->
8282
Sentry.capture_exception(my_exception, [stacktrace: __STACKTRACE__, extra: %{extra: information}])

0 commit comments

Comments
 (0)