diff --git a/docs/data/styles/advanced/advanced.md b/docs/data/styles/advanced/advanced.md index 323feefda31a4a..c20bec49ab8c4b 100644 --- a/docs/data/styles/advanced/advanced.md +++ b/docs/data/styles/advanced/advanced.md @@ -447,7 +447,7 @@ const className = `${sheetName}-${ruleName}-${identifier}`; const productionPrefix = 'jss'; const identifier = 123; -const className = `${productionPrefix}-${identifier}`; +const className = `${productionPrefix}${identifier}`; ``` However, when the following conditions are met, the class names are **deterministic**: