Skip to content

Commit

Permalink
Revert "remove not working markdown for hint/warning (#12893)"
Browse files Browse the repository at this point in the history
This reverts commit 2389400.
  • Loading branch information
josevalim committed Aug 28, 2023
1 parent 2389400 commit 518a7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elixir/pages/mix-and-otp/dynamic-supervisor.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Now that we have defined our supervision tree, it is a great opportunity to intr
iex> :observer.start()
```

> ### Missing dependencies
> #### Missing dependencies {: .warning}
>
> When running `iex` inside a project with `iex -S mix`, `observer` won't be available as a dependency. To do so, you will need to call the following functions before:
>
Expand Down

0 comments on commit 518a7f9

Please sign in to comment.