You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/en-us/guides/create/create-extension-package.mdx
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ You might choose to use this over installing a full PowerShell module if you did
47
47
48
48
### Extension Package
49
49
50
-
An extension package is organised much like any other Chocolatey package - though instead of the scripts within the `tools` directory you may be familiar with, there should be an `extensions` directory.
50
+
An extension package is organized much like any other Chocolatey package - though instead of the scripts within the `tools` directory you may be familiar with, there should be an `extensions` directory.
51
51
52
52
We'll now run through how to create an extension package, assuming you have an environment set up as in <Xreftitle="Preparing Your Environment for Package Creation"value="howto-prepare-env" />.
53
53
@@ -79,6 +79,9 @@ Follow the steps below to get started:
0 commit comments