Skip to content

Commit 3c5e968

Browse files
authored
doc: observer example create_bucket (#14990)
1 parent cad69f7 commit 3c5e968

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/elixir/pages/mix-and-otp/dynamic-supervisor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ In the Applications tab, you will see all applications currently running in your
222222
Not only that, as you create new buckets on the terminal, you should see new processes spawned in the supervision tree shown in Observer:
223223
224224
```elixir
225-
iex> KV.lookup_bucket("shopping")
225+
iex> KV.create_bucket("shopping")
226226
#PID<0.89.0>
227227
```
228228

0 commit comments

Comments
 (0)