Skip to content

Commit

Permalink
Update getting-started.md (#4969)
Browse files Browse the repository at this point in the history
  • Loading branch information
kafaichoi authored Aug 12, 2024
1 parent 9762aac commit 13c2d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/languages/erlang/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ plug Plug.Telemetry, event_prefix: [:phoenix, :endpoint]

We also need to configure the `opentelemetry` application as temporary by adding
a `releases` section to your project configuration. This will ensure that if it
terminates, even abnormally, the `roll_dice` application will be terminated.
terminates, even abnormally, the `roll_dice` application will not be terminated.

```elixir
# mix.exs
Expand Down

0 comments on commit 13c2d41

Please sign in to comment.