From 4117a737bb5765fa76f07bdc143cc600e21e614f Mon Sep 17 00:00:00 2001 From: avivmu Date: Wed, 20 Mar 2024 13:00:05 +0200 Subject: [PATCH] fix(docs): Fix directory name --- docs/src/main/asciidoc/vertx.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/vertx.adoc b/docs/src/main/asciidoc/vertx.adoc index 43c074063a503..38c0b7a806b5b 100644 --- a/docs/src/main/asciidoc/vertx.adoc +++ b/docs/src/main/asciidoc/vertx.adoc @@ -151,7 +151,7 @@ The one we are going to use in this section is the Vert.x File System. It provides a non-blocking API to access files. -In the `src/main/resource` directory, create a `lorem.txt` file with the following content: +In the `src/main/resources` directory, create a `lorem.txt` file with the following content: [source, text] ----