瀏覽代碼

docs: Fix Typo

Housein Abo Shaar 4 月之前
父節點
當前提交
f546d22fa3
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/docs/guides/how-to/cms-integration-plugin/index.mdx

+ 2 - 2
docs/docs/guides/how-to/cms-integration-plugin/index.mdx

@@ -56,7 +56,7 @@ sequenceDiagram
 
 
     Note over vendure: Source of Truth
     Note over vendure: Source of Truth
 
 
-    vendure --> Bus: Initizalised Plugin
+    vendure --> Bus: Initialized Plugin
 
 
     Note over Bus: Entity Change Occurs<br/> - Product<br/> - Variant<br/> - Collection<br/>etc..
     Note over Bus: Entity Change Occurs<br/> - Product<br/> - Variant<br/> - Collection<br/>etc..
 
 
@@ -71,7 +71,7 @@ sequenceDiagram
     Platform->>CMS: 5. API Request
     Platform->>CMS: 5. API Request
     deactivate Platform
     deactivate Platform
 
 
-    CMS ->> vendure: Request Status Logged
+    CMS ->> vendure: 6. Request Status Logged
 ```
 ```
 
 
 This ensures reliable, asynchronous synchronization with built-in retry capabilities.
 This ensures reliable, asynchronous synchronization with built-in retry capabilities.