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

tokers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new 57ec6da  fix: misspell in FAQ (#577)
57ec6da is described below

commit 57ec6dafa7b96b8c2fe5c386eedfce74cb581441
Author: kv <[email protected]>
AuthorDate: Mon Jul 12 10:45:30 2021 +0800

    fix: misspell in FAQ (#577)
---
 docs/en/latest/FAQ.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/latest/FAQ.md b/docs/en/latest/FAQ.md
index 8786def..7c92f9a 100644
--- a/docs/en/latest/FAQ.md
+++ b/docs/en/latest/FAQ.md
@@ -49,7 +49,7 @@ Tips: The failure caused by empty upstream nodes is a 
limitation of Apache APISI
 
 6. What is the retry rule of `apisix-ingress-controller`?
 
-If an error occurs duriREADME.mdng the process of `apisix-ingress-controller` 
parsing CRD and distributing the configuration to APISIX, a retry will be 
triggered.
+If an error occurs during the process of `apisix-ingress-controller` parsing 
CRD and distributing the configuration to APISIX, a retry will be triggered.
 
 The delayed retry method is adopted. After the first failure, it is retried 
once per second. After 5 retries are triggered, the slow retry strategy will be 
enabled, and the retry will be performed every 1 minute until it succeeds.
 

Reply via email to