This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new ac47f33 [Doc] Fix typo in integrating guide
new a3a0467 Merge pull request #1648 from avano/doc-typo
ac47f33 is described below
commit ac47f339da704564b1f6c496fba67ce9e8962274
Author: Andrej Vano <[email protected]>
AuthorDate: Thu Oct 28 21:43:05 2021 +0200
[Doc] Fix typo in integrating guide
---
src/spec/doc/guide-integrating.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/spec/doc/guide-integrating.adoc
b/src/spec/doc/guide-integrating.adoc
index 59affb9..182615e 100644
--- a/src/spec/doc/guide-integrating.adoc
+++ b/src/spec/doc/guide-integrating.adoc
@@ -274,7 +274,7 @@ But it is also possible to have a dependency on another
script. To illustrate th
the same directory, without interrupting the executing script:
[source,groovy]
-.Depencency.groovy
+.Dependency.groovy
----
include::../test-resources/reloading/dependency1.groovy[tags=dependency,indent=0]
----
@@ -300,7 +300,7 @@ Hello, dependency 1!
And as a last test, you can update the `Dependency.groovy` file without
touching the `ReloadingTest` file:
[source,groovy]
-.Depencency.groovy
+.Dependency.groovy
----
include::../test-resources/reloading/dependency2.groovy[tags=dependency,indent=0]
----