diff --git a/docs/999-big-list-of-options.md b/docs/999-big-list-of-options.md index a15ee41df15..86d155c8fbd 100755 --- a/docs/999-big-list-of-options.md +++ b/docs/999-big-list-of-options.md @@ -317,8 +317,8 @@ CLI: `--assetFileNames `
Default: `"assets/[name]-[hash][extname]"` The pattern to use for naming custom emitted assets to include in the build output. Pattern supports the following placeholders: - * `[ext]`: The file extension of the asset including a leading dot, e.g. `.css`. - * `[extname]`: The file extension without a leading dot, e.g. `css`. + * `[extname]`: The file extension of the asset including a leading dot, e.g. `.css`. + * `[ext]`: The file extension without a leading dot, e.g. `css`. * `[hash]`: A hash based on the name and content of the asset. * `[name]`: The file name of the asset excluding any extension.