Skip to content

Commit 0cc4d44

Browse files
committed
Fix some typos and change description
1 parent 6f59aa0 commit 0cc4d44

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "powerbi-report-component",
33
"version": "2.4.1",
4-
"description": "It's a minimalistic react component to embed a Microsoft PowerBI report or dashboard into your react application.",
4+
"description": "It's a minimalistic react component to embed a Microsoft PowerBI report, dashboard or tile into your react application.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"scripts": {
@@ -20,7 +20,9 @@
2020
"embed",
2121
"report",
2222
"dashboard",
23-
"tile"
23+
"tile",
24+
"report visual",
25+
"powerbi-reports"
2426
],
2527
"license": "MIT",
2628
"peerDependencies": {

src/docs/UseReportDemo/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const UseReportDemo = () => {
9696
<Info title="Why the warning?" titleType="warning" key="info">
9797
<Text>
9898
We show the report tab as default to ensure that the
99-
"reportRef" set. Currently useReport is supported for only
99+
"reportRef" is set. Currently useReport is supported for only
100100
embedType "report".
101101
</Text>
102102
<Button

0 commit comments

Comments
 (0)