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

lukaszlenart pushed a commit to branch WW-3691-executor
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/WW-3691-executor by this push:
     new fd9c12cbc WW-3691 Fixes typo spotted by reviewer
fd9c12cbc is described below

commit fd9c12cbcf8952fded1d603f3eb1a42f3b32af4e
Author: Lukasz Lenart <[email protected]>
AuthorDate: Mon Mar 6 07:14:48 2023 +0100

    WW-3691 Fixes typo spotted by reviewer
---
 source/core-developers/execute-and-wait-interceptor.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/source/core-developers/execute-and-wait-interceptor.md 
b/source/core-developers/execute-and-wait-interceptor.md
index 12ece0a26..6cc90e21d 100644
--- a/source/core-developers/execute-and-wait-interceptor.md
+++ b/source/core-developers/execute-and-wait-interceptor.md
@@ -76,9 +76,9 @@ like follows:
       class="com.company.MyExecutorProvider"/>
 ```
 
-Please a take look into example implementation in the Showcase App.
+Please take a look into example implementation in the Showcase App.
 
-If now custom executor is defined, Struts will use 
`org.apache.struts2.interceptor.exec.StrutsExecutorProvider` by default.
+If no custom executor is defined, Struts will use 
`org.apache.struts2.interceptor.exec.StrutsExecutorProvider` by default.
 
 ## Examples
 

Reply via email to