Skip to content

Commit

Permalink
Update mock.md (#2676)
Browse files Browse the repository at this point in the history
Fixing a spelling error in Maven's dependency.
  • Loading branch information
AzeWZ committed Jun 12, 2023
1 parent d72bc86 commit 2633ba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/zh-cn/overview/reference/admin/mock.md
Expand Up @@ -52,11 +52,11 @@ Dubbo Admin 服务 mock 是一种更为轻量和便捷实现方式,主要用
开启 Mock 前,请确保在消费端应用中引入以下依赖:

```xml
<denpendency>
<dependency>
<groupId>org.apache.dubbo.extensions</groupId>
<artifactId>dubbo-mock-admin</artifactId>
<version>${version}</version>
</denpendency>
</dependency>
```

> 查看 [dubbo-mock-admin 的可用版本](/zh-cn/download/spi-extensions/)
Expand Down

0 comments on commit 2633ba9

Please sign in to comment.