Skip to content

Commit 26274ba

Browse files
authored
Fix typo in command instruction (#69240)
1 parent 313a09e commit 26274ba

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/platform/operator-guides/configuring-connector-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ You can use SQL to configure connector definitions, affecting all connectors of
5858
select * from actor_definition where actor_definition.docker_repository like '%<image-name>';
5959
```
6060

61-
2. Run the following commend with the resource requirements and the connection definition id filled in.
61+
2. Run the following command with the resource requirements and the connection definition id filled in.
6262

6363
```sql
6464
update actor_definition set resource_requirements = '{"jobSpecific": [{"jobType": "sync", "resourceRequirements": {"cpu_limit": "2", "cpu_request": "2", "memory_limit": "2048Mi", "memory_request": "2048Mi"}}]}' where id = '<id-from-step-1>';

docusaurus/platform_versioned_docs/version-1.6/operator-guides/configuring-connector-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ You can use SQL to configure connector definitions, affecting all connectors of
5858
select * from actor_definition where actor_definition.docker_repository like '%<image-name>';
5959
```
6060

61-
2. Run the following commend with the resource requirements and the connection definition id filled in.
61+
2. Run the following command with the resource requirements and the connection definition id filled in.
6262

6363
```sql
6464
update actor_definition set resource_requirements = '{"jobSpecific": [{"jobType": "sync", "resourceRequirements": {"cpu_limit": "2", "cpu_request": "2", "memory_limit": "2048Mi", "memory_request": "2048Mi"}}]}' where id = '<id-from-step-1>';

docusaurus/platform_versioned_docs/version-1.7/operator-guides/configuring-connector-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ You can use SQL to configure connector definitions, affecting all connectors of
5858
select * from actor_definition where actor_definition.docker_repository like '%<image-name>';
5959
```
6060

61-
2. Run the following commend with the resource requirements and the connection definition id filled in.
61+
2. Run the following command with the resource requirements and the connection definition id filled in.
6262

6363
```sql
6464
update actor_definition set resource_requirements = '{"jobSpecific": [{"jobType": "sync", "resourceRequirements": {"cpu_limit": "2", "cpu_request": "2", "memory_limit": "2048Mi", "memory_request": "2048Mi"}}]}' where id = '<id-from-step-1>';

docusaurus/platform_versioned_docs/version-1.8/operator-guides/configuring-connector-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ You can use SQL to configure connector definitions, affecting all connectors of
5858
select * from actor_definition where actor_definition.docker_repository like '%<image-name>';
5959
```
6060

61-
2. Run the following commend with the resource requirements and the connection definition id filled in.
61+
2. Run the following command with the resource requirements and the connection definition id filled in.
6262

6363
```sql
6464
update actor_definition set resource_requirements = '{"jobSpecific": [{"jobType": "sync", "resourceRequirements": {"cpu_limit": "2", "cpu_request": "2", "memory_limit": "2048Mi", "memory_request": "2048Mi"}}]}' where id = '<id-from-step-1>';

docusaurus/platform_versioned_docs/version-2.0/operator-guides/configuring-connector-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ You can use SQL to configure connector definitions, affecting all connectors of
5858
select * from actor_definition where actor_definition.docker_repository like '%<image-name>';
5959
```
6060

61-
2. Run the following commend with the resource requirements and the connection definition id filled in.
61+
2. Run the following command with the resource requirements and the connection definition id filled in.
6262

6363
```sql
6464
update actor_definition set resource_requirements = '{"jobSpecific": [{"jobType": "sync", "resourceRequirements": {"cpu_limit": "2", "cpu_request": "2", "memory_limit": "2048Mi", "memory_request": "2048Mi"}}]}' where id = '<id-from-step-1>';

0 commit comments

Comments
 (0)