Skip to content

Commit d7d5a4f

Browse files
authored
Fix typo in README.md (#261)
1 parent 1d242bc commit d7d5a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ functions](https://golang.org/pkg/text/template/#hdr-Functions)):
154154
| `json` | `object` | Marshal the object and output it as a json text |
155155
| `color` | `color.Color, string` | Wrap the text in color (.ContainerColor and .PodColor provided) |
156156
| `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 |
158158
| `extjson` | `string` | Parse the object as json and output colorized json |
159159
| `ppextjson` | `string` | Parse the object as json and output pretty-print colorized json |
160160
| `toRFC3339Nano` | `object` | Parse timestamp (string, int, json.Number) and output it using RFC3339Nano format |

0 commit comments

Comments
 (0)