diff --git a/docs/configuration.md b/docs/configuration.md
index bebaf6f62e90a..892c02b27df32 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -1007,9 +1007,9 @@ Apart from these, the following properties are also available, and may be useful
spark.rpc.numRetries |
3 |
+
Number of times to retry before an RPC task gives up.
An RPC task will run at most times of this number.
- |
|
@@ -1029,8 +1029,8 @@ Apart from these, the following properties are also available, and may be useful
spark.rpc.lookupTimeout |
120s |
- Duration for an RPC remote endpoint lookup operation to wait before timing out.
+ Duration for an RPC remote endpoint lookup operation to wait before timing out.
|