Skip to content

Commit fbb4662

Browse files
authored
Merge pull request #1238 from mkenigs/wording-nit
Fix grammar nit
2 parents 92353b0 + 81e457e commit fbb4662

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,12 @@ Note: Any OPTIONAL field MAY also be set to null, which is equivalent to being a
177177

178178
- **Labels** _object_, OPTIONAL
179179

180-
The field contains arbitrary metadata for the container.
180+
This field contains arbitrary metadata for the container.
181181
This property MUST use the [annotation rules](annotations.md#rules).
182182

183183
- **StopSignal** _string_, OPTIONAL
184184

185-
The field contains the system call signal that will be sent to the container to exit. The signal can be a signal name in the format `SIGNAME`, for instance `SIGKILL` or `SIGRTMIN+3`.
185+
This field contains the system call signal that will be sent to the container to exit. The signal can be a signal name in the format `SIGNAME`, for instance `SIGKILL` or `SIGRTMIN+3`.
186186

187187
- **ArgsEscaped** _boolean_, OPTIONAL
188188

0 commit comments

Comments
 (0)