Skip to content

Commit 998ba3f

Browse files
committed
updating docs for PlotlyService.getPlotly() in FAQ.md
1 parent 0b7adee commit 998ba3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FAQ.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Please see issue: https://github.com/plotly/angular-plotly.js/issues/63
1515

1616
## How to access global Plotly object code
1717

18-
If you're using `PlotlyModule`, which includes `plotly.js` via commonjs modules, you can access the `Plotly` object via `PlotlyService`. See the example:
18+
You can access the `Plotly` object from `plotly.js` via `PlotlyService`. See the example:
1919

2020
```typescript
2121
import { PlotlyService } from 'angular-plotly.js';

0 commit comments

Comments
 (0)