Skip to content

Commit 0fdff95

Browse files
authored
Merge pull request #342 from iranzo/fixtypo
Fixes typo in README
2 parents 2a07254 + eea584e commit 0fdff95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Currently, a problem daemon is running as a goroutine in the node-problem-detect
5252
binary. In the future, we'll separate node-problem-detector and problem daemons into
5353
different containers, and compose them with pod specification.
5454

55-
Each catagory of problem daemon can be disabled at compilation time by setting
55+
Each category of problem daemon can be disabled at compilation time by setting
5656
corresponding build tags. If they are disabled at compilation time, then all their
5757
build dependencies, global variables and background goroutines will be trimmed out
5858
of the compiled executable.
@@ -68,7 +68,7 @@ List of supported problem daemons:
6868

6969
# Exporter
7070

71-
An exporter is a component of node-problem-detector. It reports node problems and/or metrics to
71+
An exporter is a component of node-problem-detector. It reports node problems and/or metrics to
7272
certain back end (e.g. Kubernetes API server, or Prometheus scrape endpoint).
7373

7474
# Usage

0 commit comments

Comments
 (0)