Fix 'remote_exeuction_properties' doc typo which appears in the build-encyclopedia.
PiperOrigin-RevId: 273790190
diff --git a/src/main/java/com/google/devtools/build/lib/rules/platform/PlatformRule.java b/src/main/java/com/google/devtools/build/lib/rules/platform/PlatformRule.java
index 82e2393..588642f 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/platform/PlatformRule.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/platform/PlatformRule.java
@@ -203,7 +203,7 @@
</p>
<p>
- <em>Since <code>remote_exeuction_properties</code> is deprecated and will be phased out, mixing
+ <em>Since <code>remote_execution_properties</code> is deprecated and will be phased out, mixing
<code>remote_execution_properties</code> and <code>exec_properties</code> in the same
inheritance chain is not allowed.</em>
Prefer to use <code>exec_properties</code> over the deprecated