Skip to content

Commit a1a1b15

Browse files
committed
Merge pull request #15 from planetabhi/master
Thanks for fixing :)
2 parents a7e1016 + 60bf8aa commit a1a1b15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This exposes two globals `Powerbi` which is the service class and `powerbi` whic
3030
# Embedding
3131

3232
## PaaS (Platform as a Service)
33-
When using PaaS model the tokens issued are for a specific report or tile and the token should be associated with the embed url on the same element to ensure each has a unique token allows embeding multiple reports using the same service instance.
33+
When using PaaS model the tokens issued are for a specific report or tile and the token should be associated with the embed url on the same element to ensure each has a unique token allows embedding multiple reports using the same service instance.
3434

3535
```
3636
<div
@@ -41,7 +41,7 @@ When using PaaS model the tokens issued are for a specific report or tile and th
4141
```
4242

4343
## SaaS (Software as a Service)
44-
When using SaaS model the tokens issued are for a specific user who can view many types of visuals. This means you can add this as a global token reused for all embeded visuals as shown below:
44+
When using SaaS model the tokens issued are for a specific user who can view many types of visuals. This means you can add this as a global token reused for all embedded visuals as shown below:
4545

4646
```
4747
<script>
@@ -65,7 +65,7 @@ powerbi.enableAutoEmbed();
6565
```
6666
See: CHANGELOG.md for more details
6767

68-
If your app is dyanamically adding new embed components after page load you will need to manually initialize them via JavaScript.
68+
If your app is dynamically adding new embed components after page load you will need to manually initialize them via JavaScript.
6969

7070
# Embed configuration and other options
7171

@@ -97,7 +97,7 @@ To override the default size of the embeds simply add a CSS class attribute or i
9797
### Find all new Power BI components and initialize them.
9898
`powerbi.init();`
9999

100-
By default this will look for elements within the `document.body`; however you can pass optional DOM element to scope the intialization to smaller subset.
100+
By default this will look for elements within the `document.body`; however you can pass optional DOM element to scope the initialization to smaller subset.
101101

102102
```
103103
var pageContainer = document.getElementsById('#pageContainer');

0 commit comments

Comments
 (0)