From 8008206b17a4f4777b73cfcef1a817667a9d679f Mon Sep 17 00:00:00 2001 From: arup rakshit Date: Sat, 12 Oct 2024 11:28:51 +0530 Subject: [PATCH] Fix spelling mistake from minitor to monitor. --- lib/file_system.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/file_system.ex b/lib/file_system.ex index 20305d6..3a03d6c 100644 --- a/lib/file_system.ex +++ b/lib/file_system.ex @@ -35,7 +35,7 @@ defmodule FileSystem do iex> FileSystem.start_link(dirs: ["/path/to/some/files"], latency: 0) - Minitor a directory by a process name: + Monitor a directory by a process name: iex> FileSystem.start_link(backend: :fs_mac, dirs: ["/tmp/fs"], name: :worker) iex> FileSystem.subscribe(:worker)