[Doc] correct format errors in English doc (#5321)

Fix some English doc format errors
This commit is contained in:
Ting Sun
2021-02-26 11:32:14 +08:00
committed by GitHub
parent fdd13ea79a
commit e93a6da0e5
54 changed files with 200 additions and 202 deletions

View File

@ -30,7 +30,7 @@ under the License.
* JDK 1.8+
* Maven 3.x+
* Eclipsewith [M2Eclipse](http://www.eclipse.org/m2e/) installed
* Eclipse, with [M2Eclipse](http://www.eclipse.org/m2e/) installed
### Code Generation
@ -63,9 +63,9 @@ The FE module requires part of the generated code, such as Thrift, Protobuf, Jfl
2. Import FE project
* Open Eclipsechoose `File -> Import`.
* Open Eclipse, choose `File -> Import`.
* Choose `General -> Existing Projects into Workspace`.
* `Select root directory` and choose `fe/` directoryclick `Finish` to finish.
* `Select root directory` and choose `fe/` directory, click `Finish` to finish.
* Right click the project, and choose `Build Path -> Configure Build Path`.
* In the `Java Build Path` dialog, choose the `Source` tab, click `Add Folder`, and select the `java/` directory that was copied and unzipped before adding.
* Click `Apply and Close` to finish.