chore: fix typo in FlameGraph docs (#107921)

This commit is contained in:
John-George Sample
2025-07-10 13:32:36 +02:00
committed by GitHub
parent 5ec1bd91df
commit c788b35dae
+1 -1
View File
@@ -9,7 +9,7 @@ This is a Flamegraph component that is used in Grafana and Pyroscope web app to
Currently this library exposes single component `Flamegraph` that renders whole visualization used for profiling which contains a header, a table representation of the data and a flamegraph.
```tsx
import { Flamegraph } from '@grafana/flamegraph';
import { FlameGraph } from '@grafana/flamegraph';
<FlameGraph
getTheme={() => createTheme({ colors: { mode: 'dark' } })}