Skip to content

Commit 1ee40c2

Browse files
committed
Fix typos in cel.md
Signed-off-by: Guangwen Feng <[email protected]>
1 parent f63f2ab commit 1ee40c2

File tree

1 file changed

+2
-2
lines changed
  • content/en/docs/reference/using-api

1 file changed

+2
-2
lines changed

content/en/docs/reference/using-api/cel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ type checking even when the `namex` field is not defined for the resource kinds
165165
that `object` refers to, because `object` is dynamically typed.
166166

167167
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
169169
value. For example:
170170

171171
```cel
@@ -257,7 +257,7 @@ features are used to prevent CEL evaluation from consuming excessive API server
257257
resources.
258258

259259
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
261261
system load and hardware. Cost units are also deterministic; for any given CEL
262262
expression and input data, evaluation of the expression by the CEL interpreter
263263
will always result in the same cost.

0 commit comments

Comments
 (0)