Fix doc typos - #16205
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
There was a problem hiding this comment.
Code Review
This pull request corrects typographical errors in Javadoc comments and configuration descriptions across several files, including fixing 'compatability' to 'compatibility' in Constants.java, 'configration' to 'configuration' in cdap-default.xml, and 'Paramter' to 'Parameter' in SchemaTest.java. There are no review comments, and I have no feedback to provide.
Fixes three small typos found while reading through cdap-common. No functional changes.
configration to configuration in the description for provisioner.cconf.reload.interval.ms in cdap-default.xml. compatability to compatibility in a comment on Constants.DEVELOPER_ACCOUNT. Paramter to Parameter in a Javadoc param tag in SchemaTest.