diff --git a/api/source/Creep.md b/api/source/Creep.md
index e091bde4..46117fb4 100644
--- a/api/source/Creep.md
+++ b/api/source/Creep.md
@@ -344,7 +344,7 @@ if(creep.room.controller) {
```
-Claims a neutral controller under your control. Requires the CLAIM body part. The target has to be at adjacent square to the creep. You need to have the corresponding Global Control Level in order to claim a new room. If you don't have enough GCL, consider reserving this room instead. Learn more
+Claims a neutral controller under your control. Requires the CLAIM body part. The target has to be at adjacent square to the creep. You need to have the corresponding Global Control Level in order to claim a new room. If you don't have enough GCL, consider reserving this room instead. Learn more
{% api_method_params %}
target : StructureController
diff --git a/api/source/Market.md b/api/source/Market.md
index 2ac4354d..ac121dce 100644
--- a/api/source/Market.md
+++ b/api/source/Market.md
@@ -106,7 +106,7 @@ An array of the last 100 outgoing transactions from your terminals with the foll
An object with your active and inactive buy/sell orders on the market.
See
-getAllOrders
+getAllOrders
for properties explanation.
@@ -275,7 +275,7 @@ for(let i=0; iyourRoomName to another player's Terminal using the specified buy/sell order. Your Terminal will be charged energy units of transfer cost regardless of the order resource type. You can use Game.market.calcTransactionCost method to estimate it. When multiple players try to execute the same deal, the one with the shortest distance takes precedence. You cannot execute more than 10 deals during one tick.
+Execute a trade deal from your Terminal in yourRoomName to another player's Terminal using the specified buy/sell order. Your Terminal will be charged energy units of transfer cost regardless of the order resource type. You can use Game.market.calcTransactionCost method to estimate it. When multiple players try to execute the same deal, the one with the shortest distance takes precedence. You cannot execute more than 10 deals during one tick.
{% api_method_params %}
orderId : string
@@ -449,5 +449,5 @@ The order ID.
### Return value
An object with the order info. See
-getAllOrders
+getAllOrders
for properties explanation.
diff --git a/api/source/PowerCreep.md b/api/source/PowerCreep.md
index 7b340f96..5593b771 100644
--- a/api/source/PowerCreep.md
+++ b/api/source/PowerCreep.md
@@ -338,7 +338,7 @@ Move the creep using the specified predefined path.
{% api_method_params %}
path : array|string
-A path value as returned from Room.findPath, RoomPosition.findPathTo, or PathFinder.search methods. Both array form and serialized string form are accepted.
+A path value as returned from Room.findPath, RoomPosition.findPathTo, or PathFinder.search methods. Both array form and serialized string form are accepted.
{% endapi_method_params %}
@@ -802,4 +802,3 @@ ERR_INVALID_ARGS | The resourceType is not one of the RESOURCE_* co
{% endapi_return_codes %}
-