Skip to content

Commit

Permalink
Adjust example package name
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark authored Jan 9, 2024
1 parent cb0ae06 commit e501e5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guide/en/structure/package.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ The following example shows the `composer.json` file for the `yiisoft/yii-widget
#### Package Name <span id="package-name"></span>

Check notice on line 127 in guide/en/structure/package.md

View workflow job for this annotation

GitHub Actions / vale

[vale] guide/en/structure/package.md#L127

[Microsoft.Headings] 'Package Name' should use sentence-style capitalization.
Raw output
{"message": "[Microsoft.Headings] 'Package Name' should use sentence-style capitalization.", "location": {"path": "guide/en/structure/package.md", "range": {"start": {"line": 127, "column": 6}}}, "severity": "INFO"}

Each Composer package should have a package name which uniquely identifies the package among all others.
The format of package names is `vendorName/projectName`. For example, in the package name `yiisoft/yii-queue`,
the vendor name, and the project name are `yiisoft` and `yii-queue`, respectively.
The format of package names is `vendorName/projectName`. For example, in the package name `yiisoft/queue`,
the vendor name, and the project name are `yiisoft` and `queue`, respectively.

> Warning: Don't use `yiisoft` as your vendor name as it's reserved for use by the Yii itself.
Expand Down

0 comments on commit e501e5f

Please sign in to comment.