Skip to content

Commit 837af48

Browse files
committed
Fix spelling mistake in comment
1 parent 64b0534 commit 837af48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/crd/markers/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
//
2222
// Validation Markers
2323
//
24-
// Validation markers have values that imprlement ApplyToSchema
24+
// Validation markers have values that implement ApplyToSchema
2525
// (crd.SchemaMarker). Any marker implementing this will automatically
2626
// be run after the rest of a given schema node has been generated.
2727
// Markers that need to be run before any other markers can also

0 commit comments

Comments
 (0)