Skip to content

Commit 3111c62

Browse files
committed
docs: minor cleanups
1 parent 9b8df94 commit 3111c62

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

site/content/assets.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Trunk can automatically generate hashes of files and add the `integrity` attribu
129129
application. This is enabled by default, but can be overridden using the `data-integrity` attribute. See the different
130130
asset types.
131131

132-
The following value are available:
132+
The following values are available:
133133

134134
* `none`
135135
* `sha256`
@@ -156,11 +156,11 @@ At the relevant point for each stage, all hooks for that stage are spawned simul
156156
## Trunk's build process
157157

158158
This is a brief overview of Trunk's build process for the purpose of describing when hooks are executed. Please note that the exact ordering may change in the future to add new features.
159-
- Step 1 - Read and parse the HTML file.
160-
- Step 2 - Produce a plan of all assets to be built.
161-
- Step 3 - Build all assets in parallel.
162-
- Step 4 - Finalize and write assets to staging directory.
163-
- Step 5 - Write HTML to staging directory.
159+
- Step 1 Read and parse the HTML file.
160+
- Step 2 Produce a plan of all assets to be built.
161+
- Step 3 Build all assets in parallel.
162+
- Step 4 Finalize and write assets to staging directory.
163+
- Step 5 Write HTML to staging directory.
164164
- Step 6 - Replace `dist` directory contents with staging directory contents.
165165

166166
The hook stages correspond to this as follows:

0 commit comments

Comments
 (0)