Skip to content

Commit

Permalink
remove not working markdown for hint/warning (#12893)
Browse files Browse the repository at this point in the history
  • Loading branch information
UweKrause authored Aug 28, 2023
1 parent bd454e2 commit 2389400
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 {: .warning}
> ### Missing dependencies

Check failure on line 167 in lib/elixir/pages/mix-and-otp/dynamic-supervisor.md

View workflow job for this annotation

GitHub Actions / Lint Markdown content

Trailing spaces

lib/elixir/pages/mix-and-otp/dynamic-supervisor.md:167:27 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md009.md
>
> 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 2389400

Please sign in to comment.