Skip to content

Commit 81e457e

Browse files
committed
Fix grammar nit
`This field` reads more naturally than `The field`, and it's consistent with the use of `This field` and `This property` throughout the rest of the document Signed-off-by: Matthew Kenigsberg <matthew@floxdev.com>
1 parent 92353b0 commit 81e457e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.md

+2-2
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)