Skip to content

Commit 8f4b4e1

Browse files
committed
refactor: change wording from see to refer to
1 parent 63e135d commit 8f4b4e1

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

Diff for: src/content/docs/plugin-api/camera.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ import CameraSetView from "@code/plugin-api/camera/camera-set-view?raw";
595595
## Events
596596

597597
:::note
598-
For more information about event common methods (`on`, `off`), please see the [Events](/plugin-api/events) page.
598+
For more information about common event methods (`on`, `off`), please refer to the [Events](/plugin-api/events) page.
599599
:::
600600

601601
### move

Diff for: src/content/docs/plugin-api/extension.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ import PostExtensionCode from "@code/plugin-api/extension/post-extension?raw";
149149
## Events
150150

151151
:::note
152-
For more information about event common methods (`on`, `off`), please see the [Events](/plugin-api/events) page.
152+
For more information about common event methods (`on`, `off`), please refer to the [Events](/plugin-api/events) page.
153153
:::
154154

155155
### message

Diff for: src/content/docs/plugin-api/layers.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ import selectFeaturesLayerCode from "@code/plugin-api/layers/selectfeatures-laye
600600
## Events
601601

602602
:::note
603-
For more information about event common methods (`on`, `off`), please see the [Events](/plugin-api/events) page.
603+
For more information about common event methods (`on`, `off`), please refer to the [Events](/plugin-api/events) page.
604604
:::
605605

606606
### select

Diff for: src/content/docs/plugin-api/modal.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ reearth.modal.close();
164164
## Events
165165

166166
:::note
167-
For more information about event common methods (`on`, `off`), please see the [Events](/plugin-api/events) page.
167+
For more information about common event methods (`on`, `off`), please refer to the [Events](/plugin-api/events) page.
168168
:::
169169

170170
### close

Diff for: src/content/docs/plugin-api/popup.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ reearth.popup.close();
182182
## Events
183183

184184
:::note
185-
For more information about event common methods (`on`, `off`), please see the [Events](/plugin-api/events) page.
185+
For more information about common event methods (`on`, `off`), please refer to the [Events](/plugin-api/events) page.
186186
:::
187187

188188
### close

Diff for: src/content/docs/plugin-api/sketch.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ None `(void)`. The method performs its operation without returning a value.
115115
## Events
116116

117117
:::note
118-
For more information about event common methods (`on`, `off`), please see the [Events](/plugin-api/events) page.
118+
For more information about common event methods (`on`, `off`), please refer to the [Events](/plugin-api/events) page.
119119
:::
120120

121121
### create

Diff for: src/content/docs/plugin-api/timeline.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ import setRangeTypeCode from "@code/plugin-api/timeline/set-range-type?raw";
371371
## Events
372372

373373
:::note
374-
For more information about event common methods (`on`, `off`), please see the [Events](/plugin-api/events) page.
374+
For more information about common event methods (`on`, `off`), please refer to the [Events](/plugin-api/events) page.
375375
:::
376376

377377
### tick

Diff for: src/content/docs/plugin-api/ui.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ reearth.ui.close();
168168
## Events
169169

170170
:::note
171-
For more information about event common methods (`on`, `off`), please see the [Events](/plugin-api/events) page.
171+
For more information about common event methods (`on`, `off`), please refer to the [Events](/plugin-api/events) page.
172172
:::
173173

174174
### update

Diff for: src/content/docs/plugin-api/viewer.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ A boolean value that indicates whether the position is visible on the globe.
504504
## Events
505505

506506
:::note
507-
For more information about event common methods (`on`, `off`), please see the [Events](/plugin-api/events) page.
507+
For more information about common event methods (`on`, `off`), please refer to the [Events](/plugin-api/events) page.
508508
:::
509509

510510
### resize

0 commit comments

Comments
 (0)