From c7732769da30dc5a925a6c19b26c05e2b52e7878 Mon Sep 17 00:00:00 2001 From: BlockBuilder57 Date: Sat, 23 Mar 2019 13:26:03 -0500 Subject: [PATCH] Fix typo in fs_mitm.md --- docs/modules/fs_mitm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/fs_mitm.md b/docs/modules/fs_mitm.md index 2eb5ee81a..8f1e85cf1 100644 --- a/docs/modules/fs_mitm.md +++ b/docs/modules/fs_mitm.md @@ -1,2 +1,2 @@ # fs_mitm -fs_mitm is a sysmodule that enables intercepting file system operations. This module can log, deny, delay, replace, or redirect any request made to the filesystem. It enables LayeredFS to function, which allows for replacment of game assets. \ No newline at end of file +fs_mitm is a sysmodule that enables intercepting file system operations. This module can log, deny, delay, replace, or redirect any request made to the filesystem. It enables LayeredFS to function, which allows for replacement of game assets. \ No newline at end of file