Skip to content

Commit 7fcd82d

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: Fix typo in dic_tags.rst
2 parents 85d3de8 + 8d731bf commit 7fcd82d

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
@@ -509,7 +509,7 @@ The ``warmUp()`` method must return an array with the files and classes to
509509
preload. Files must be absolute paths and classes must be fully-qualified class
510510
names. The only restriction is that files must be stored in the cache directory.
511511
If you don't need to preload anything, return an empty array. If read-only
512-
artefacts need to be created, you can store them in a different directory
512+
artifacts need to be created, you can store them in a different directory
513513
with the ``$buildDir`` parameter of the ``warmUp()`` method.
514514

515515
The ``isOptional()`` method should return true if it's possible to use the

0 commit comments

Comments
 (0)