Skip to content

Commit

Permalink
typo: portal access admin service (#5305)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuby01 authored Jan 2, 2025
1 parent 0c7c341 commit b6cd5b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/en/design/apollo-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ sequenceDiagram
Meta Server -->> Portal: Admin Service's instances(Multiple IP+Port)
loop until success
Portal ->> Portal: load balance choose a Admin Service instance
Portal ->> Config Service: request
Config Service -->> Portal: ack
Portal ->> Admin Service: request
Admin Service -->> Portal: ack
end
```

Expand Down
4 changes: 2 additions & 2 deletions docs/zh/design/apollo-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ sequenceDiagram
Meta Server -->> Portal: Admin Service's instances(Multiple IP+Port)
loop until success
Portal ->> Portal: load balance choose a Admin Service instance
Portal ->> Config Service: request
Config Service -->> Portal: ack
Portal ->> Admin Service: request
Admin Service -->> Portal: ack
end
```

Expand Down

0 comments on commit b6cd5b0

Please sign in to comment.