1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

syntax & grammar review

This commit is contained in:
Ginger Collison 2021-05-13 16:56:58 -05:00 committed by GitHub
parent 30514de274
commit 0b1886871c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ friendly to the file system.
We recommend the following guideline for stream, consumer, and account names: We recommend the following guideline for stream, consumer, and account names:
* Alphanumeric values are recommended. * 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. * Limit names to 255 characters or less.
* Do not use reserved file names like NUL, LPT1, etc. * 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 insentitive so do not