Skip to content

Commit e029d68

Browse files
Pimmmontogeek
authored andcommitted
docs(configuration) Fixed an a/an error in /configuration/module (#1990)
1 parent ce3e350 commit e029d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/configuration/module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ Conditions can be one of these:
293293

294294
It must have a `loader` property being a string. It is resolved relative to the configuration [`context`](/configuration/entry-context#context) with the loader resolving options ([resolveLoader](/configuration/resolve#resolveloader)).
295295

296-
It can have a `options` property being a string or object. This value is passed to the loader, which should interpret it as loader options.
296+
It can have an `options` property being a string or object. This value is passed to the loader, which should interpret it as loader options.
297297

298298
For compatibility a `query` property is also possible, which is an alias for the `options` property. Use the `options` property instead.
299299

0 commit comments

Comments
 (0)