Skip to content

Commit d6d7721

Browse files
authored
Fix spelling mistake from minitor to monitor. (#101)
1 parent 9fab476 commit d6d7721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/file_system.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ defmodule FileSystem do
3535
3636
iex> FileSystem.start_link(dirs: ["/path/to/some/files"], latency: 0)
3737
38-
Minitor a directory by a process name:
38+
Monitor a directory by a process name:
3939
4040
iex> FileSystem.start_link(backend: :fs_mac, dirs: ["/tmp/fs"], name: :worker)
4141
iex> FileSystem.subscribe(:worker)

0 commit comments

Comments
 (0)