From c3308cfcc9033ad0578d2e6b58d2c9004921c3a8 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Mon, 17 May 2021 09:23:35 -0500 Subject: [PATCH] fix typo <> insensitive --- jetstream/administration/naming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jetstream/administration/naming.md b/jetstream/administration/naming.md index 914c41e..4cd176c 100644 --- a/jetstream/administration/naming.md +++ b/jetstream/administration/naming.md @@ -19,7 +19,7 @@ under 32 characters. * Limit names to 255 characters or less. >>>>>>> 60f3fbb79fa5c1aa9c6d18b3d45321820e228b77 * Do not use reserved file names like NUL, LPT1, etc. -* Be aware that some file systems are case insentitive so do not +* Be aware that some file systems are case insensitive so do not use stream or account names that would collide in a file system. For example, `Foo` and `foo` would collide on a Windows or Mac OSx System.