Skip to content

Commit

Permalink
Update getting-started.md
Browse files Browse the repository at this point in the history
fix typo about roll_dice application won't be terminated if opentelemetry terminate in erlang getting-started.md
  • Loading branch information
kafaichoi committed Aug 11, 2024
1 parent 971d7fc commit 3c14bf2
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 3c14bf2

Please sign in to comment.