Skip to content

Commit

Permalink
docs(IMPORT.md): fix var name import.files.locations
Browse files Browse the repository at this point in the history
import.files.location -> import.files.locations
  • Loading branch information
pazepaze committed Feb 29, 2024
1 parent efc3bfa commit 991fc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/IMPORT.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Import settings

The CLI option `--import.files.location` support multiple locations of files. In general, all resource location supported by Springs RessourceLoader and
The CLI option `--import.files.locations` support multiple locations of files. In general, all resource location supported by Springs RessourceLoader and
[PathMatchingResourcePatternResolver](https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/core/io/support/PathMatchingResourcePatternResolver.html)
are supported. This includes remote locations and zip files as well.

Expand Down

0 comments on commit 991fc4a

Please sign in to comment.