Skip to content

Commit 04ff0d1

Browse files
doc: Clarifies hisRead usage
1 parent e19c6ee commit 04ff0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/QueryEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export function QueryEditor({ query, onChange, onRunQuery }: Props) {
2323

2424
const queryTypes = [
2525
{ label: 'Eval', value: 0, description: 'Evaluate an Axon expression' },
26-
{ label: 'HisRead', value: 1, description: 'Read the histories of a list of points' },
26+
{ label: 'HisRead', value: 1, description: 'Read the history of a point' },
2727
{ label: 'Read', value: 2, description: 'Read the records matched by a filter' }
2828
];
2929
const queryTypeDefault = queryTypes[0];

0 commit comments

Comments
 (0)