From 5c9a77c70d16138aa87fd1b109b32c08497dcd5d Mon Sep 17 00:00:00 2001 From: sindhuvahinis Date: Thu, 3 Mar 2022 15:17:09 -0800 Subject: [PATCH] typo fix --- api/src/main/java/ai/djl/repository/Repository.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/main/java/ai/djl/repository/Repository.java b/api/src/main/java/ai/djl/repository/Repository.java index 9c735cdfada..c3b1d624881 100644 --- a/api/src/main/java/ai/djl/repository/Repository.java +++ b/api/src/main/java/ai/djl/repository/Repository.java @@ -30,7 +30,7 @@ * Unlike in Maven, the data doesn't need to be located within the repository. Instead, the * repository only stores metadata including the URL and checksum of the actual data. When the * artifact is prepared, the data is downloaded, checked, and then stored in the {@code - * ~/.djo-ai/cache} folder. + * ~/.djl.ai/cache} folder. * *

The artifacts are first divided into a number of {@link Metadata} files that can each have * multiple artifacts. The metadata files are identified by an {@link MRL} which contains: