Skip to content

Commit 947fd86

Browse files
Copilotmykaul
andauthored
Fix grammar in MAINTENANCE.md (#371)
Corrects two grammatical errors in MAINTENANCE.md documentation. - Line 14: Move **NOT** to correct position: "will be NOT added" → "will NOT be added" - Line 36: Add missing auxiliary verb: "can potentially set up" → "can potentially be set up" Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: mykaul <4655593+mykaul@users.noreply.github.com>
1 parent 9d30122 commit 947fd86

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

MAINTENANCE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The following document includes information on how to release scylladb-nodejs-rs
1111
When you add a new top level file or directory (i.e., one put directly in the repo's root), you need to consider
1212
if this file / directory is necessary for the NPM package. If you determine that this file should not be present
1313
in the released npm package (things like rust source code, linter configuration files, ...) you have to add this
14-
file to `.npmignore`. All files listed there will be **NOT** added to the npm package on release.
14+
file to `.npmignore`. All files listed there will **NOT** be added to the npm package on release.
1515

1616
#### Removing files
1717

@@ -33,4 +33,4 @@ to:
3333
`"scylladb-driver-alpha": "<just-released-version>"`,
3434
then run the following command:
3535
`npm i && node ./runner.js`
36-
<!-- The last step can potentially set up as a CI action step. -->
36+
<!-- The last step can potentially be set up as a CI action step. -->

0 commit comments

Comments
 (0)