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

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


The following commit(s) were added to refs/heads/master by this push:
     new d5adc23  fix: update blog incorrect words (#835)
d5adc23 is described below

commit d5adc23a55819686887c3458f4ebec2be7a8229c
Author: Sylvia <[email protected]>
AuthorDate: Mon Jan 10 17:19:31 2022 +0800

    fix: update blog incorrect words (#835)
---
 website/blog/2021/12/01/apisix-supports-azure-functions.md    | 4 ++--
 website/blog/2021/12/07/apisix-integrate-skywalking-plugin.md | 4 ++--
 website/blog/2021/12/20/weekly-report-1215.md                 | 2 +-
 website/blog/2021/12/22/google-logging.md                     | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/website/blog/2021/12/01/apisix-supports-azure-functions.md 
b/website/blog/2021/12/01/apisix-supports-azure-functions.md
index ac1101e..5bbff15 100644
--- a/website/blog/2021/12/01/apisix-supports-azure-functions.md
+++ b/website/blog/2021/12/01/apisix-supports-azure-functions.md
@@ -1,5 +1,5 @@
 ---
-title: "Apache APISIX's intergration with Azure Serverless"
+title: "Apache APISIX's integration with Azure Serverless"
 author: "Bisakh Mondal"
 authorURL: "https://github.com/bisakhmondal";
 authorImageURL: "https://avatars.githubusercontent.com/u/41498427?v=4";
@@ -16,7 +16,7 @@ tags: [Technology]
 
 <!--truncate-->
 
-![Apache APISIX's intergration with Azure 
Serverless](https://static.apiseven.com/202108/1638431191799-e1202fc7-d3b5-48db-a222-0c70a8b70da0.png)
+![Apache APISIX's integration with Azure 
Serverless](https://static.apiseven.com/202108/1638431191799-e1202fc7-d3b5-48db-a222-0c70a8b70da0.png)
 
 Apache APISIX provides support for serverless frameworks for popular cloud 
vendors (more coming on the way). Instead of hardcoding the function URL into 
the application, Apache APISIX suggests defining a route with the serverless 
plugin enabled. It gives the developers the flexibility to hot update the 
function URI along with completely changing the faas vendor to a different 
cloud provider with zero hassle. Also, this approach mitigates authorization 
and authentication concerns from app [...]
 
diff --git a/website/blog/2021/12/07/apisix-integrate-skywalking-plugin.md 
b/website/blog/2021/12/07/apisix-integrate-skywalking-plugin.md
index bba5b47..a524fd3 100644
--- a/website/blog/2021/12/07/apisix-integrate-skywalking-plugin.md
+++ b/website/blog/2021/12/07/apisix-integrate-skywalking-plugin.md
@@ -1,5 +1,5 @@
 ---
-title: "Apache APISIX Integrates with SkyWalking to Create a Full Fange of Log 
Processing"
+title: "Apache APISIX Integrates with SkyWalking to Create a Full Range of Log 
Processing"
 authors: 
   - name: "Haochao Zhuang"
     title: "Author"
@@ -38,7 +38,7 @@ Obviously, the above way of handling the process is tedious 
and complicated, and
 
 ## Introduction of the New Plugins
 
-### SkyWalking Logger Pulgin
+### SkyWalking Logger Plugin
 
 The SkyWalking Logger plugin parses the SkyWalking Tracing Context Header and 
prints the relevant Tracing Context information to the log, thus enabling the 
log to be associated with the call chain.
 
diff --git a/website/blog/2021/12/20/weekly-report-1215.md 
b/website/blog/2021/12/20/weekly-report-1215.md
index 5725957..6e1f958 100644
--- a/website/blog/2021/12/20/weekly-report-1215.md
+++ b/website/blog/2021/12/20/weekly-report-1215.md
@@ -127,7 +127,7 @@ The Apache APISIX project website and the Github issue have 
accumulated a wealth
 
   This article will introduce the latest integration of Apache APISIX and 
Apache RocketMQ rocketmq-logger plug-in features and use. With this plug-in, 
you can connect to the RocketMQ cluster more easily when using Apache APISIX.
   
-- [Apache APISIX Integrates with SkyWalking to Create a Full Fange of Log 
Processing](https://apisix.apache.org/blog/2021/12/07/apisix-integrate-skywalking-plugin):
+- [Apache APISIX Integrates with SkyWalking to Create a Full Range of Log 
Processing](https://apisix.apache.org/blog/2021/12/07/apisix-integrate-skywalking-plugin):
 
   This paper mainly introduces two Apache APISIX integrated SkyWalking log 
plug-ins to provide a more convenient operation and environment for log 
processing in Apache APISIX.
   
\ No newline at end of file
diff --git a/website/blog/2021/12/22/google-logging.md 
b/website/blog/2021/12/22/google-logging.md
index 074ebe0..79c83ac 100644
--- a/website/blog/2021/12/22/google-logging.md
+++ b/website/blog/2021/12/22/google-logging.md
@@ -203,6 +203,6 @@ If you have a need to interface to other logs, visit Apache 
APISIX's [GitHub](ht
 
 ## Related articles
 
-[Apache APISIX Integrates with SkyWalking to Create a Full Fange of Log 
Processing](https://apisix.apache.org/blog/2021/12/07/apisix-integrate-skywalking-plugin/)
+[Apache APISIX Integrates with SkyWalking to Create a Full Range of Log 
Processing](https://apisix.apache.org/blog/2021/12/07/apisix-integrate-skywalking-plugin/)
 
 [Apache APISIX & RocketMQ Helps User API Log Monitoring 
Capabilities](https://apisix.apache.org/blog/2021/12/08/apisix-integrate-rocketmq-logger-plugin/)

Reply via email to