diff --git a/CONTRIBUTING.MD b/CONTRIBUTING.MD index 16ae4e9..ecd80ac 100644 --- a/CONTRIBUTING.MD +++ b/CONTRIBUTING.MD @@ -46,6 +46,6 @@ Before you submit your Pull Request (PR) consider the following guidelines: * Re-run test suites to ensure tests are still passing. * Push to your GitHub repository (this will update your Pull Request) -Note: if you don't want to run tests on your machine you can rely on tests run on CI(unless you're changing something oracledb specific). +Note: if you don't want to run tests on your machine you can rely on tests run on CI (unless you're changing something oracledb specific). That's it! Thank you for your contribution! diff --git a/USECASES.MD b/USECASES.MD index 2af9621..b01c7e4 100644 --- a/USECASES.MD +++ b/USECASES.MD @@ -40,7 +40,7 @@ git merge master ``` ## git repo with dependency and entire pipeline -Similar to last workflow, but this time we don't have to worry about manually merging changes from main repository. +Similar to previous workflow, but this time we don't have to worry about manually merging changes from main repository. - Init new package: ``` npm init -y