Skip to content

Commit b324474

Browse files
committed
Update getSampleReportArgs function description.
1 parent 0a1124a commit b324474

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

assets/js/modules/analytics-4/datastore/report.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ import { createGatheringDataStore } from '../../../googlesitekit/modules/create-
5050
const { createRegistrySelector } = Data;
5151

5252
/**
53-
* Returns report args for the zero data report.
53+
* Returns report args for a sample report.
5454
*
5555
* @since 1.107.0
5656
*

assets/js/modules/analytics/datastore/report.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ import { createGatheringDataStore } from '../../../googlesitekit/modules/create-
5555
const { createRegistrySelector } = Data;
5656

5757
/**
58-
* Returns report args for the zero data report.
58+
* Returns report args for a sample report.
5959
*
6060
* @since 1.107.0
6161
*

assets/js/modules/search-console/datastore/report.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import { createGatheringDataStore } from '../../../googlesitekit/modules/create-
4141
const { createRegistrySelector } = Data;
4242

4343
/**
44-
* Returns report args for the zero data report.
44+
* Returns report args for a sample report.
4545
*
4646
* @since 1.107.0
4747
*

0 commit comments

Comments
 (0)