Skip to content

Commit 3aec5d8

Browse files
committed
Michael's feedback
1 parent 6822e1e commit 3aec5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/remote-rendering/how-tos/conversion/override-materials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ For the full list of texture maps you can ignore, see the [JSON schema](#json-sc
7979
By default, an entry in the material overrides file applies when its name matches the material name exactly.
8080
Since it's common that the same override should apply to multiple materials, you can optionally provide a regular expression as the entry name.
8181
The field `nameMatching` has a default value `exact`, but it can be set to `regex` to state that the entry should apply to every matching material.
82-
The syntax of the regex expression is the same syntax used for JavaScript.
82+
The syntax of the regex is the same syntax used for JavaScript.
8383

8484
> [!TIP]
8585
> There are free regex testing websites available to test and debug a regular expression against arbitrary strings.

0 commit comments

Comments
 (0)