Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 08e94b0

Browse files
authored
Merge pull request #8936
Extension name format not showing
2 parents d0efdb6 + 6da1573 commit 08e94b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/v2.3/extension-dev-guide/build/enable-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ After you have built the component and are ready to enable it in your Magento en
2828
bin/magento module:status <extension-name>
2929
```
3030

31-
An extension name uses the format: <VendorName>_<ComponentName>.
31+
An extension name uses the format: `<VendorName>_<ComponentName>`.
3232

3333
Sample response:
3434

0 commit comments

Comments
 (0)