Skip to content

Commit 1b38370

Browse files
committed
Docs
1 parent 43ce862 commit 1b38370

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/plugin/create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Metadata items (except `Dependencies`) are set in `plugin.json`.
4141

4242
Create a new `plugin.json` in the root directory.
4343

44-
You can use `{{ variable in PropertyGroup }}` to get variables from `.csproj`.
44+
You can use `{{ variables }}` to get variables from `.csproj`.
4545

4646
`Id` must correspond to `PackageId`.
4747

docs/zh/plugin/create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
需要在根目录新建`plugin.json`
4545

46-
可以使用`{{ variable in PropertyGroup }}`获取`.csproj`中的变量
46+
可以使用`{{ 变量 }}`获取`.csproj`中的变量
4747

4848
`Id`必须与`PackageId`对应
4949

0 commit comments

Comments
 (0)