Преглед на файлове

Apply suggestions from code review

Signed-off-by: chanmosq <[email protected]>

Co-authored-by: Jonathan Capes <[email protected]>

chanmosq преди 3 години
родител
ревизия
9a47239af7
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      doc-templates/component-reference.md

+ 4 - 4
doc-templates/component-reference.md

@@ -1,6 +1,6 @@
 ---
 linkTitle: Component Name
-title: \[Component Name] Component
+title: [Component Name] Component
 description: The [component name], which does [function], is provided by the [Gem name] in Open 3D Engine (O3DE). # Example
 weight: 200 # (Optional) Example
 toc: true
@@ -38,7 +38,7 @@ If you use this section, then delete the other Properties section. -->
 
 ![[component name] interface](/images/<path-to-images>)
 
-| Property | Description | Value | default |
+| Property | Description | Value | Default |
 | - | - | - | - |
 |   |   |   |   |
 |   |   |   |   |
@@ -108,7 +108,7 @@ If you use this section, then delete the other Properties section. -->
 
 <!-- (Optional) Example: "Use the following request functions with the <Request EBus name> EBus interface to communicate with <component name> in your game." -->
 
-| Request Name | Description | Parameter | Return | Scriptable |
+| Method Name | Description | Parameter | Return | Scriptable |
 | - | - | - | - | - |
 |   |   |   |   |   |
 |   |   |   |   |   |
@@ -118,7 +118,7 @@ If you use this section, then delete the other Properties section. -->
 
 <!-- (Optional) Example: "Use the following notification functions with the <Notification EBus name> EBus interface to communicate with <component name> in your game." -->
 
-| Request Name | Description | Parameter | Return | Scriptable |
+| Method Name | Description | Parameter | Return | Scriptable |
 | - | - | - | - | - |
 |   |   |   |   |   |
 |   |   |   |   |   |