Skip to content

Commit 652641a

Browse files
committed
Merge pull request elixir-lang#719 from sixstone-qq/patch-1
Fix typo in supervisor-and-application
2 parents d89f53f + 8a5a72a commit 652641a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/mix-otp/supervisor-and-application.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ We should consider moving to another supervision strategy like `:one_for_all` or
356356
end
357357
```
358358

359-
If the registry worker crashes, both registry and bucket supervisor is restarted. If the bucket supervisor crashes, only the bucket supervisor is restared.
359+
If the registry worker crashes, both registry and bucket supervisor is restarted. If the bucket supervisor crashes, only the bucket supervisor is restarted.
360360

361361
There are other strategies and other options that could be given to `worker/2`, `supervisor/2` and `supervise/2` functions, so don't forget to check both [`Supervisor`](/docs/stable/elixir/Supervisor.html) and [`Supervisor.Spec`](/docs/stable/elixir/Supervisor.Spec.html) modules.
362362

0 commit comments

Comments
 (0)