File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/reference/using-api Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ type checking even when the `namex` field is not defined for the resource kinds
165
165
that ` object ` refers to, because ` object ` is dynamically typed.
166
166
167
167
The ` has() ` macro in CEL may be used in CEL expressions to check if a field of a
168
- dynamically typed variable is accessable before attempting to access the field's
168
+ dynamically typed variable is accessible before attempting to access the field's
169
169
value. For example:
170
170
171
171
``` cel
@@ -257,7 +257,7 @@ features are used to prevent CEL evaluation from consuming excessive API server
257
257
resources.
258
258
259
259
A key element of the resource constraint features is a _ cost unit_ that CEL
260
- defines as a way of tracking CPU utilization. Cost units are independant of
260
+ defines as a way of tracking CPU utilization. Cost units are independent of
261
261
system load and hardware. Cost units are also deterministic; for any given CEL
262
262
expression and input data, evaluation of the expression by the CEL interpreter
263
263
will always result in the same cost.
You can’t perform that action at this time.
0 commit comments