Skip to content

Commit 0b5008b

Browse files
[update] grammar pass on Svelte integration guide
- removed "Now" filler and "the Pivot component" redundancy - "see Pivot rendered" → "see Pivot render the data" (active verb)
1 parent feaa871 commit 0b5008b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/guides/integration-with-svelte.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ onDestroy(() => {
252252
<div bind:this={container} class="widget"></div>
253253
~~~
254254

255-
Now the Pivot component is ready to use. On mount, Pivot renders with the supplied data. For the full list of configuration properties, see the [Pivot API docs](/api/overview/properties-overview/).
255+
The component is now ready to use. On mount, Pivot renders with the supplied data. For the full list of configuration properties, see the [Pivot API docs](/api/overview/properties-overview/).
256256

257257
#### Handle events
258258

@@ -295,7 +295,7 @@ onDestroy(() => {
295295
// ...
296296
~~~
297297

298-
Start the app to see Pivot rendered with data on the page.
298+
Start the app to see Pivot render the data on the page.
299299

300300
![Pivot initialization](../assets/trial_pivot.png)
301301

0 commit comments

Comments
 (0)