Browse Source

Apply suggestions from code review

Co-authored-by: Willow Hayward <[email protected]>
Signed-off-by: chanmosq <[email protected]>
chanmosq 2 years ago
parent
commit
ddfa8f4c40
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/o3de-doxygen/README.md

+ 1 - 1
tools/o3de-doxygen/README.md

@@ -45,7 +45,7 @@ The `o3de-doxygen` scripts use some efficient Rust commands for processing the s
 
 ### Clean repos
 
-The C++ API reference generation scripts run Doxygen on your local `o3de` clone. Then it outputs the generated files into your local `o3de.org` clone. Therefore, before you generate the API, you must ensure that your cloned repos are clean and have the latest changes.
+The C++ API reference generation scripts run Doxygen on your local `o3de` clone. These scripts output the generated files into your local `o3de.org` clone. Therefore, before you generate the API, you must ensure that your cloned repos are clean and have the latest changes.
 
 #### `o3de`