You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ns...@apache.org on 2022/01/11 14:59:02 UTC

[ignite] branch master updated: IGNITE-16171 Bugyard feedback #42: Fix typo in docs (#9727)

This is an automated email from the ASF dual-hosted git repository.

nsafonov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 453dd17  IGNITE-16171 Bugyard feedback #42: Fix typo in docs (#9727)
453dd17 is described below

commit 453dd17674942413647b1823f1ccfc986ad3dadd
Author: Nikita Safonov <73...@users.noreply.github.com>
AuthorDate: Tue Jan 11 17:58:41 2022 +0300

    IGNITE-16171 Bugyard feedback #42: Fix typo in docs (#9727)
---
 docs/_docs/setup.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/_docs/setup.adoc b/docs/_docs/setup.adoc
index fb77e97..47a83b2 100644
--- a/docs/_docs/setup.adoc
+++ b/docs/_docs/setup.adoc
@@ -162,7 +162,7 @@ Depending on how you use Ignite, you can enable modules or extensions using one
 the following methods:
 
 * If you use the binary distribution, move the
-`lib/optional/{module-dir}` to the `lib` directory before starting the
+`lib/optional/{module-dir}` to the `libs` directory before starting the
 node.
 * Add libraries from `lib/optional/{module-dir}` to the classpath of
 your application.