@qrvey/utils 1.3.0-12 → 1.3.0-13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,7 +12,7 @@ exports.I18N_CHART_BUILDER_LAYER_OPTIONS = {
12
12
  type_logarithmic: 'Logarithmic',
13
13
  type_moving_average_trendline: 'Moving Average Trendline',
14
14
  type_polynomial: 'Polynomial',
15
- type_standard_regression: 'Standar Regression',
15
+ type_standard_regression: 'Standard Regression',
16
16
  intercept: 'Intercept',
17
17
  slope: 'Slope',
18
18
  legend: 'Trend Line'
@@ -9,7 +9,7 @@ export const I18N_CHART_BUILDER_LAYER_OPTIONS = {
9
9
  type_logarithmic: 'Logarithmic',
10
10
  type_moving_average_trendline: 'Moving Average Trendline',
11
11
  type_polynomial: 'Polynomial',
12
- type_standard_regression: 'Standar Regression',
12
+ type_standard_regression: 'Standard Regression',
13
13
  intercept: 'Intercept',
14
14
  slope: 'Slope',
15
15
  legend: 'Trend Line'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qrvey/utils",
3
- "version": "1.3.0-12",
3
+ "version": "1.3.0-13",
4
4
  "description": "Helper, Utils for all Qrvey Projects",
5
5
  "homepage": "https://bitbucket.org/qrvey/qrvey_utils/wiki/Home",
6
6
  "main": "dist/index.js",
@@ -12,7 +12,7 @@ export const I18N_CHART_BUILDER_LAYER_OPTIONS: Pick<II18nChartBuilder, LayerOpti
12
12
  type_logarithmic: 'Logarithmic',
13
13
  type_moving_average_trendline: 'Moving Average Trendline',
14
14
  type_polynomial: 'Polynomial',
15
- type_standard_regression: 'Standar Regression',
15
+ type_standard_regression: 'Standard Regression',
16
16
  intercept: 'Intercept',
17
17
  slope: 'Slope',
18
18
  legend: 'Trend Line'