Skip to content

Commit f4f3a77

Browse files
committed
Automated developer guide update
1 parent 99c00a7 commit f4f3a77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/developer-guide/02-projects/images/cmds.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The following utilities, defined in the `cmd/` directory, are useful for
44
development and testing. They **should not** be relied on for production
5-
purposes. In particular, command line options and default behaviour can change
5+
purposes. In particular, command line options and default behavior can change
66
at any time.
77

88
The following are high level descriptions of what some of the utilities can do

docs/developer-guide/02-projects/images/code-manifest-generation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Manifests are generated in two general stages: _Instantiation_ and _Serializatio
1919
stage-sequences.
2020
- Serialization: Creates the sequence of stages based on each pipeline and
2121
produces [`manifest.OSBuildManifest`][godoc-manifest-osbuildmanifest], which
22-
is a `[]byte` array with custom un/marshalling methods.
22+
is a `[]byte` array with custom unmarshalling/marshalling methods.
2323
- This stage requires the content specifications resolved from the manifest
2424
source specifications (package specs, container specs, ostree commit
2525
specs). See [Resolving Content](#resolving-content).

0 commit comments

Comments
 (0)