Skip to content

Commit

Permalink
docs: spelling correction for "targetting" (#219)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/4ae6b577-4a5f-4ba7-885b-7384aaed05b5/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: googleapis/synthtool@15013ef
  • Loading branch information
yoshi-automation authored Nov 25, 2020
1 parent 363fff3 commit 828d9ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 85 deletions.
2 changes: 1 addition & 1 deletion packages/grafeas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Our client libraries follow the [Node.js release schedule](https://nodejs.org/en
Libraries are compatible with all current _active_ and _maintenance_ versions of
Node.js.

Client libraries targetting some end-of-life versions of Node.js are available, and
Client libraries targeting some end-of-life versions of Node.js are available, and
can be installed via npm [dist-tags](https://docs.npmjs.com/cli/dist-tag).
The dist-tags follow the naming convention `legacy-(version)`.

Expand Down
86 changes: 2 additions & 84 deletions packages/grafeas/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-grafeas.git",
"sha": "66dad1103e53c6585215e4a0aae98616a3adc8a3"
"sha": "9fe77152c54eb74f40cbfc9ba42f1a497a1642fb"
}
},
{
Expand All @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "1f1148d3c7a7a52f0c98077f976bd9b3c948ee2b"
"sha": "15013eff642a7e7e855aed5a29e6e83c39beba2a"
}
}
],
Expand All @@ -33,87 +33,5 @@
"generator": "bazel"
}
}
],
"generatedFiles": [
".eslintignore",
".eslintrc.json",
".gitattributes",
".github/ISSUE_TEMPLATE/bug_report.md",
".github/ISSUE_TEMPLATE/feature_request.md",
".github/ISSUE_TEMPLATE/support_request.md",
".github/PULL_REQUEST_TEMPLATE.md",
".github/release-please.yml",
".github/workflows/ci.yaml",
".gitignore",
".jsdoc.js",
".kokoro/.gitattributes",
".kokoro/common.cfg",
".kokoro/continuous/node10/common.cfg",
".kokoro/continuous/node10/docs.cfg",
".kokoro/continuous/node10/test.cfg",
".kokoro/continuous/node12/common.cfg",
".kokoro/continuous/node12/lint.cfg",
".kokoro/continuous/node12/samples-test.cfg",
".kokoro/continuous/node12/system-test.cfg",
".kokoro/continuous/node12/test.cfg",
".kokoro/docs.sh",
".kokoro/lint.sh",
".kokoro/populate-secrets.sh",
".kokoro/presubmit/node10/common.cfg",
".kokoro/presubmit/node12/common.cfg",
".kokoro/presubmit/node12/samples-test.cfg",
".kokoro/presubmit/node12/system-test.cfg",
".kokoro/presubmit/node12/test.cfg",
".kokoro/publish.sh",
".kokoro/release/docs-devsite.cfg",
".kokoro/release/docs-devsite.sh",
".kokoro/release/docs.cfg",
".kokoro/release/docs.sh",
".kokoro/release/publish.cfg",
".kokoro/samples-test.sh",
".kokoro/system-test.sh",
".kokoro/test.bat",
".kokoro/test.sh",
".kokoro/trampoline.sh",
".kokoro/trampoline_v2.sh",
".mocharc.js",
".nycrc",
".prettierignore",
".prettierrc.js",
".trampolinerc",
"CODE_OF_CONDUCT.md",
"CONTRIBUTING.md",
"LICENSE",
"README.md",
"api-extractor.json",
"linkinator.config.json",
"protos/grafeas/v1/attestation.proto",
"protos/grafeas/v1/build.proto",
"protos/grafeas/v1/common.proto",
"protos/grafeas/v1/cvss.proto",
"protos/grafeas/v1/deployment.proto",
"protos/grafeas/v1/discovery.proto",
"protos/grafeas/v1/grafeas.proto",
"protos/grafeas/v1/image.proto",
"protos/grafeas/v1/package.proto",
"protos/grafeas/v1/provenance.proto",
"protos/grafeas/v1/upgrade.proto",
"protos/grafeas/v1/vulnerability.proto",
"protos/protos.d.ts",
"protos/protos.js",
"protos/protos.json",
"renovate.json",
"samples/README.md",
"src/index.ts",
"src/v1/grafeas_client.ts",
"src/v1/grafeas_client_config.json",
"src/v1/grafeas_proto_list.json",
"src/v1/index.ts",
"system-test/fixtures/sample/src/index.js",
"system-test/fixtures/sample/src/index.ts",
"system-test/install.ts",
"test/gapic_grafeas_v1.ts",
"tsconfig.json",
"webpack.config.js"
]
}

0 comments on commit 828d9ff

Please sign in to comment.