Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Commit 31d707f

Browse files
Merge pull request #259 from spiffxp/fix-typos
Fix some typos/mispellings
2 parents ba94551 + 40df6b6 commit 31d707f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

grafonnet/heatmap_panel.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* @param yAxis_logBase Only if dataFormat is 'timeseries'
3737
* @param yAxis_min Only if dataFormat is 'timeseries', min of the Y axis
3838
* @param yAxis_max Only if dataFormat is 'timeseries', max of the Y axis
39-
* @param yAxis_show Wheter or not to show the Y axis
39+
* @param yAxis_show Whether or not to show the Y axis
4040
* @param yAxis_splitFactor TODO: document
4141
* @param yBucketBound Which bound ('lower' or 'upper') of the bucket to use, default 'auto'
4242
* @param yBucketNumber Number of buckets for the Y axis

grafonnet/stat_panel.libsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
*
3131
* @method addTarget(target) Adds a target object.
3232
* @method addTargets(targets) Adds an array of targets.
33-
* @method addLink(link) Adds a link. Aregument format: `{ title: 'Link Title', url: 'https://...', targetBlank: true }`.
33+
* @method addLink(link) Adds a link. Argument format: `{ title: 'Link Title', url: 'https://...', targetBlank: true }`.
3434
* @method addLinks(links) Adds an array of links.
35-
* @method addThreshold(step) Adds a threshold step. Aregument format: `{ color: 'green', value: 0 }`.
35+
* @method addThreshold(step) Adds a threshold step. Argument format: `{ color: 'green', value: 0 }`.
3636
* @method addThresholds(steps) Adds an array of threshold steps.
3737
* @method addMapping(mapping) Adds a value mapping.
3838
* @method addMappings(mappings) Adds an array of value mappings.

0 commit comments

Comments
 (0)