Skip to content

Commit

Permalink
fix: typo in time-range-to-nrql readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aso1124 authored Jun 9, 2023
1 parent 17e013e commit da6d38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/time-range-to-nrql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ will return a NRQL clause of `SINCE 3 MINUTES AGO`
```jsx
import React, { useContext } from 'react';
import { PlatformStateContext } from 'nr1';
import { timeRangeToNrql } from '@newrelic/nr-labs-component';
import { timeRangeToNrql } from '@newrelic/nr-labs-components';

const myNerdlet = () => {
const platformState = useContext(PlatformStateContext)
Expand Down

0 comments on commit da6d38f

Please sign in to comment.