Skip to content

Commit 1072792

Browse files
docs: spelling correction for "targetting" (#216)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/f9f34ae0-d83d-4c7a-a197-54a0a7255ebc/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@15013ef
1 parent b15736a commit 1072792

File tree

2 files changed

+3
-79
lines changed

2 files changed

+3
-79
lines changed

packages/google-cloud-webrisk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Our client libraries follow the [Node.js release schedule](https://nodejs.org/en
107107
Libraries are compatible with all current _active_ and _maintenance_ versions of
108108
Node.js.
109109

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

packages/google-cloud-webrisk/synth.metadata

Lines changed: 2 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-web-risk.git",
7-
"sha": "1fca81fb3cd41764b58343f86ec2e6e3f18bc47b"
7+
"sha": "f2dd63f36c859869447211f6c42c1ca3c18de71e"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "ba9918cd22874245b55734f57470c719b577e591"
22+
"sha": "15013eff642a7e7e855aed5a29e6e83c39beba2a"
2323
}
2424
}
2525
],
@@ -42,81 +42,5 @@
4242
"generator": "bazel"
4343
}
4444
}
45-
],
46-
"generatedFiles": [
47-
".eslintignore",
48-
".eslintrc.json",
49-
".gitattributes",
50-
".github/ISSUE_TEMPLATE/bug_report.md",
51-
".github/ISSUE_TEMPLATE/feature_request.md",
52-
".github/ISSUE_TEMPLATE/support_request.md",
53-
".github/PULL_REQUEST_TEMPLATE.md",
54-
".github/release-please.yml",
55-
".github/workflows/ci.yaml",
56-
".gitignore",
57-
".jsdoc.js",
58-
".kokoro/.gitattributes",
59-
".kokoro/common.cfg",
60-
".kokoro/continuous/node10/common.cfg",
61-
".kokoro/continuous/node10/docs.cfg",
62-
".kokoro/continuous/node10/test.cfg",
63-
".kokoro/continuous/node12/common.cfg",
64-
".kokoro/continuous/node12/lint.cfg",
65-
".kokoro/continuous/node12/samples-test.cfg",
66-
".kokoro/continuous/node12/system-test.cfg",
67-
".kokoro/continuous/node12/test.cfg",
68-
".kokoro/docs.sh",
69-
".kokoro/lint.sh",
70-
".kokoro/populate-secrets.sh",
71-
".kokoro/presubmit/node10/common.cfg",
72-
".kokoro/presubmit/node12/common.cfg",
73-
".kokoro/presubmit/node12/samples-test.cfg",
74-
".kokoro/presubmit/node12/system-test.cfg",
75-
".kokoro/presubmit/node12/test.cfg",
76-
".kokoro/publish.sh",
77-
".kokoro/release/docs-devsite.cfg",
78-
".kokoro/release/docs-devsite.sh",
79-
".kokoro/release/docs.cfg",
80-
".kokoro/release/docs.sh",
81-
".kokoro/release/publish.cfg",
82-
".kokoro/samples-test.sh",
83-
".kokoro/system-test.sh",
84-
".kokoro/test.bat",
85-
".kokoro/test.sh",
86-
".kokoro/trampoline.sh",
87-
".kokoro/trampoline_v2.sh",
88-
".mocharc.js",
89-
".prettierignore",
90-
".prettierrc.js",
91-
".trampolinerc",
92-
"CODE_OF_CONDUCT.md",
93-
"CONTRIBUTING.md",
94-
"LICENSE",
95-
"README.md",
96-
"api-extractor.json",
97-
"linkinator.config.json",
98-
"protos/google/cloud/webrisk/v1/webrisk.proto",
99-
"protos/google/cloud/webrisk/v1beta1/webrisk.proto",
100-
"protos/protos.d.ts",
101-
"protos/protos.js",
102-
"protos/protos.json",
103-
"renovate.json",
104-
"samples/README.md",
105-
"src/index.ts",
106-
"src/v1/index.ts",
107-
"src/v1/web_risk_service_client.ts",
108-
"src/v1/web_risk_service_client_config.json",
109-
"src/v1/web_risk_service_proto_list.json",
110-
"src/v1beta1/index.ts",
111-
"src/v1beta1/web_risk_service_v1_beta1_client.ts",
112-
"src/v1beta1/web_risk_service_v1_beta1_client_config.json",
113-
"src/v1beta1/web_risk_service_v1_beta1_proto_list.json",
114-
"system-test/fixtures/sample/src/index.js",
115-
"system-test/fixtures/sample/src/index.ts",
116-
"system-test/install.ts",
117-
"test/gapic_web_risk_service_v1.ts",
118-
"test/gapic_web_risk_service_v1_beta1_v1beta1.ts",
119-
"tsconfig.json",
120-
"webpack.config.js"
12145
]
12246
}

0 commit comments

Comments
 (0)