File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ functions](https://golang.org/pkg/text/template/#hdr-Functions)):
154
154
| `json` | `object` | Marshal the object and output it as a json text |
155
155
| `color` | `color.Color, string` | Wrap the text in color (.ContainerColor and .PodColor provided) |
156
156
| `parseJSON` | `string` | Parse string as JSON |
157
- | `tryParseJSON` | `string` | Attemp to parse string as JSON, return nil on failure |
157
+ | `tryParseJSON` | `string` | Attempt to parse string as JSON, return nil on failure |
158
158
| `extjson` | `string` | Parse the object as json and output colorized json |
159
159
| `ppextjson` | `string` | Parse the object as json and output pretty-print colorized json |
160
160
| `toRFC3339Nano` | `object` | Parse timestamp (string, int, json.Number) and output it using RFC3339Nano format |
You can’t perform that action at this time.
0 commit comments