Skip to content

Commit 4aa9bf2

Browse files
committed
Fix info messages
1 parent 3108a99 commit 4aa9bf2

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/docs/MultiplePageDemo/index.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ const ReportDemo = () => {
138138
key="info"
139139
>
140140
<Text>
141-
The filters are hardcoded for the purposes of this demo
142-
particular demo.
141+
The filters are hardcoded for the purposes of this particular demo.
143142
<Button
144143
type="link"
145144
href="https://github.com/akshay5995/powerbi-report-component/blob/master/src/docs/MultiplePageDemo/index.jsx#L41"

src/docs/UseReportDemo/index.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ const UseReportDemo = () => {
9595
>
9696
<Info title="Why the warning?" titleType="warning" key="info">
9797
<Text>
98-
We show the report tab as default we ensure that the
99-
reportRef set. Currently demo is available for only
100-
embedType "report"
98+
We show the report tab as default to ensure that the
99+
"reportRef" set. Currently useReport is supported for only
100+
embedType "report".
101101
</Text>
102102
<Button
103103
type="link"

0 commit comments

Comments
 (0)