diff --git a/jetstream/administration/naming.md b/jetstream/administration/naming.md index 385b626..c968572 100644 --- a/jetstream/administration/naming.md +++ b/jetstream/administration/naming.md @@ -9,11 +9,11 @@ friendly to the file system. We recommend the following guideline for stream, consumer, and account names: * Alphanumeric values are recommended. -* Spaces, tabs, period \(`.`\), greater than \(`>`\) or asterix \(`*`\) are prohibited. +* Spaces, tabs, period \(`.`\), greater than \(`>`\) or asterisk \(`*`\) are prohibited. * Limit names to 255 characters or less. * Do not use reserved file names like NUL, LPT1, etc. * Be aware that some file systems are case insentitive 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. - We plan to address these limitations in a future release. \ No newline at end of file + We plan to address these limitations in a future release.