Skip to content

Commit a151450

Browse files
committed
Added code format
1 parent 7f31500 commit a151450

File tree

2 files changed

+2
-2
lines changed
  • 15/umbraco-cms/customizing/extending-overview/extension-types
  • 16/umbraco-cms/customizing/extending-overview/extension-types

2 files changed

+2
-2
lines changed

15/umbraco-cms/customizing/extending-overview/extension-types/bundle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const manifests: Array<UmbExtensionManifest> = [
5151
{% endcode %}
5252

5353
{% hint style="info" %}
54-
Ensure you have set up your `tsconfig.json` to include the extension-types as global types. Like this:
54+
Ensure you have set up your `tsconfig.json` to include the `extension-types` as global types. Like this:
5555

5656
```json
5757
{

16/umbraco-cms/customizing/extending-overview/extension-types/bundle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const manifests: Array<UmbExtensionManifest> = [
5151
{% endcode %}
5252

5353
{% hint style="info" %}
54-
Ensure you have set up your `tsconfig.json` to include the extension-types as global types. Like this:
54+
Ensure you have set up your `tsconfig.json` to include the `extension-types` as global types. Like this:
5555

5656
```json
5757
{

0 commit comments

Comments
 (0)