Skip to content

Commit

Permalink
chore: 文案修正 (#1377)
Browse files Browse the repository at this point in the history
* chore: 文案修正

* chore: fix ci
  • Loading branch information
xingwanying authored May 27, 2022
1 parent 7199b5e commit a83e549
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ import { PivotSheet } from '@antv/s2';

const container = document.getElementById('container');

const s2 = new PivotSheet(container, s2DataCfg, s2Options)
const s2 = new PivotSheet(container, s2DataCfg, s2Options);

s2.render()
s2.render();
```

### 4. Preview
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ import { PivotSheet } from '@antv/s2';

const container = document.getElementById('container');

const s2 = new PivotSheet(container, s2DataConfig, s2Options)
const s2 = new PivotSheet(container, s2DataConfig, s2Options);

s2.render()
s2.render();
```

### 4. 结果
Expand Down
4 changes: 2 additions & 2 deletions packages/s2-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ import { PivotSheet } from '@antv/s2';

const container = document.getElementById('container');

const s2 = new PivotSheet(container, s2DataConfig, s2Options)
const s2 = new PivotSheet(container, s2DataConfig, s2Options);

s2.render()
s2.render();
```

### 4. 结果
Expand Down
4 changes: 2 additions & 2 deletions s2-site/docs/manual/getting-started.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@ import { PivotSheet } from '@antv/s2';

const container = document.getElementById('container');

const s2 = new PivotSheet(container, s2DataConfig, s2Options)
const s2 = new PivotSheet(container, s2DataConfig, s2Options);

s2.render()
s2.render();
```

#### 4. 结果
Expand Down
4 changes: 2 additions & 2 deletions s2-site/docs/manual/introduction.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ import { PivotSheet } from '@antv/s2';

const container = document.getElementById('container');

const s2 = new PivotSheet(container, s2DataConfig, s2Options)
const s2 = new PivotSheet(container, s2DataConfig, s2Options);

s2.render()
s2.render();
```

### 4. 结果
Expand Down

0 comments on commit a83e549

Please sign in to comment.