Skip to content

Commit f3f47f0

Browse files
controll->control (#3863)
Signed-off-by: Yicheng Liu <1764236936@qq.com>
1 parent 8748e35 commit f3f47f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/samples/data_warmup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ the data in the remote storage system can be pulled to the distributed cache eng
55
that is close to the computing node through **data preloading** beofre the application starts.
66
Then the application that consumes the data can enjoy the acceleration effect brought by distributed cache even at the first time.
77

8-
For the great benefit mentioned above, we provide **DataLoad CRD**. This is a CRD which offers you a clear and easy way to controll data preloading behaviors.
8+
For the great benefit mentioned above, we provide **DataLoad CRD**. This is a CRD which offers you a clear and easy way to control data preloading behaviors.
99

1010
This document will introduce you two different ways about how to use DataLoad CRD:
1111
- [DataLoad Quick Usage](#dataload-quick-usage)
@@ -101,7 +101,7 @@ EOF
101101
`spec.dataset` specifies the target dataset that needs to be preloaded. In this example, our target is the Dataset named `spark` under the `default` namespace.
102102
Feel free to change the configuration above if it doesn't match your actual environment. ** note ** The namespace of your DataLoad must be consistent with the namespace of your dataset.
103103

104-
**By default, it'll preload all the data in the target dataset**. If you'd like to controll the data preloading behaviors in a more find-grained way(e.g. preload data under some specified path only),
104+
**By default, it'll preload all the data in the target dataset**. If you'd like to control the data preloading behaviors in a more find-grained way(e.g. preload data under some specified path only),
105105
please refer to [DataLoad Advanced Configurations](#dataload-advanced-configurations)
106106

107107
**Create the DataLoad object**

0 commit comments

Comments
 (0)