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/02 09:25:59 UTC

[cayenne] branch master updated: docs typo

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9f99a34  docs typo
9f99a34 is described below

commit 9f99a34abdaa42153e1875d53d6c3e2f23f37ca2
Author: Andrus Adamchik <an...@objectstyle.com>
AuthorDate: Sat Nov 2 12:25:23 2019 +0300

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

diff --git a/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part2/queries/sqlscripting.adoc b/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part2/queries/sqlscripting.adoc
index 80ad70d..1d9ccf1 100644
--- a/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part2/queries/sqlscripting.adoc
+++ b/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part2/queries/sqlscripting.adoc
@@ -38,7 +38,7 @@ converted to a String not understood by the target DB SQL parser. In such cases
 [#directives]
 ===== Directives
 
-"Directives" look like `#directive(p1 p2 p3)` (notice the absence of comma between the arguments). The folliwng
+"Directives" look like `#directive(p1 p2 p3)` (notice the absence of comma between the arguments). The following
 directives are supported in SQL templates:
 
 ====== #bind