Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <joshuali925@gmail.com>
  • Loading branch information
joshuali925 committed Dec 1, 2022
1 parent b9bce79 commit c86df76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboards-observability/server/common/metrics/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type ClickCounterType = {
};
};

// counter to tract requests to OpenSearch
// counter to track requests to OpenSearch
type RequestCounterType = {
[component in ComponentType]: {
[request in RequestType]: {
Expand Down

0 comments on commit c86df76

Please sign in to comment.