Skip to content

Commit c76d9e2

Browse files
authored
Merge pull request #1372 from zeevick10/main
Fix Typos in Documentation
2 parents 58ee28c + e3262f4 commit c76d9e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/building/guidance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ is generic support for `/etc`.
135135

136136
Some software supports generic configuration both `/usr` and `/etc` - systemd,
137137
among others. Because bootc supports *derivation* (the way OCI
138-
containers work) - it is supported and encourged to put configuration
138+
containers work) - it is supported and encouraged to put configuration
139139
files in `/usr` (instead of `/etc`) where possible, because then
140140
the state is consistently immutable.
141141

docs/src/building/users-and-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ However in contrast, the cockpit project allocates
230230
[a floating cockpit-ws user](https://gitlab.com/redhat/centos-stream/rpms/cockpit/-/blob/1909236ad28c7d93238b8b3b806ecf9c4feb7e46/cockpit.spec#L506).
231231

232232
This means that each container image build (without additional work, unlike the
233-
example at the begining of this section),may (due to RPM installation
233+
example at the beginning of this section),may (due to RPM installation
234234
ordering or other reasons) result in the uid changing.
235235

236236
This can be a problem if that user maintains persistent state.

0 commit comments

Comments
 (0)