We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fab476 commit d6d7721Copy full SHA for d6d7721
lib/file_system.ex
@@ -35,7 +35,7 @@ defmodule FileSystem do
35
36
iex> FileSystem.start_link(dirs: ["/path/to/some/files"], latency: 0)
37
38
- Minitor a directory by a process name:
+ Monitor a directory by a process name:
39
40
iex> FileSystem.start_link(backend: :fs_mac, dirs: ["/tmp/fs"], name: :worker)
41
iex> FileSystem.subscribe(:worker)
0 commit comments