You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: getting-started/mix-otp/supervisor-and-application.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -237,4 +237,4 @@ When we say "project" you should think about Mix. Mix is the tool that manages y
237
237
238
238
When we talk about applications, we talk about <abbrtitle="Open Telecom Platform">OTP</abbr>. Applications are the entities that are started and stopped as a whole by the runtime. You can learn more about applications and how they relate to booting and shutting down of your system as a whole in the [docs for the Application module](https://hexdocs.pm/elixir/Application.html).
239
239
240
-
Next let's learn about one special type of supervisor that is designed to start and shut down children dynamically, called simple one for one.
240
+
Next let's learn about one special type of supervisor that is designed to start and shut down children dynamically, called dynamic supervisors.
0 commit comments