You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2019/11/06 07:24:30 UTC

[cayenne] 02/02: typo

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

aadamchik pushed a commit to branch STABLE-4.0
in repository https://gitbox.apache.org/repos/asf/cayenne.git

commit 937a022e06f0c48bfdb0e5769d4bbac37bc094e9
Author: Andrus Adamchik <an...@objectstyle.com>
AuthorDate: Wed Nov 6 10:24:19 2019 +0300

    typo
---
 .../cayenne-guide/src/docs/asciidoc/_cayenne-guide/part2/including.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part2/including.adoc b/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part2/including.adoc
index 7c74f37..e574101 100644
--- a/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part2/including.adoc
+++ b/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part2/including.adoc
@@ -616,7 +616,7 @@ cgen.dependsOn cdbimport
 compileJava.dependsOn cgen
 ----
 
-NOTE: Running `cdbimport` automatically with build not always a good choice, e.g. in case of complex model that you need to alter in the Cayenne Modeler after import.
+NOTE: Running `cdbimport` automatically with build is not always a good choice, e.g. in case of complex model that you need to alter in the Cayenne Modeler after import.
 
 ==== Ant Projects