Skip to content

Commit 8d731bf

Browse files
committed
minor #19228 Fix typo in dic_tags.rst (adrolter)
This PR was submitted for the 7.0 branch but it was merged into the 6.4 branch instead. Discussion ---------- Fix typo in dic_tags.rst Correct spelling of "artifacts" Commits ------- 0d45610 Fix typo in dic_tags.rst
2 parents cd96ffb + 0d45610 commit 8d731bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/dic_tags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ The ``warmUp()`` method must return an array with the files and classes to
516516
preload. Files must be absolute paths and classes must be fully-qualified class
517517
names. The only restriction is that files must be stored in the cache directory.
518518
If you don't need to preload anything, return an empty array. If read-only
519-
artefacts need to be created, you can store them in a different directory
519+
artifacts need to be created, you can store them in a different directory
520520
with the ``$buildDir`` parameter of the ``warmUp()`` method.
521521

522522
.. versionadded:: 6.4

0 commit comments

Comments
 (0)