ChaiBapchya commented on a change in pull request #15538: some minor typos/clarifications URL: https://github.com/apache/incubator-mxnet/pull/15538#discussion_r303533462
########## File path: scala-package/README.md ########## @@ -156,21 +156,21 @@ mvn -Dsuites=org.apache.mxnet.NDArraySuite integration-test ``` If everything goes well, you will find jars for `assembly`, `core` and `example` modules. -Also it produces the native library in `native/target`, which you can use to cooperate with the `core` module. +Also it produces the native library in `native/target`, which you can use in conjunction with the `core` module. Deploy to repository -------------------- -By default, `maven deploy` will deploy artifacts to local file system, you can file then in: ``scala-package/deploy/target/repo`` folder. +By default, `maven deploy` will deploy artifacts to local file system, you can find them in the ``scala-package/deploy/target/repo`` folder. Review comment: ```suggestion By default, `maven deploy` will deploy artifacts to local file system. You can find them in the ``scala-package/deploy/target/repo`` folder. ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
