Skip to content

Commit f1c5526

Browse files
committed
Fix translation build errors.
1 parent 4439f82 commit f1c5526

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/fr/containers/docker/integrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ labels:
294294
```yaml
295295
ad_identifiers:
296296
- redis
297-
init config:
297+
init_config:
298298
instances:
299299
- host: "%%host%%"
300300
port: "6379"

content/fr/containers/guide/cluster_agent_disable_admission_controller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Pour désactiver les contrôleurs d'admission avec votre Agent de cluster géré
5151
5252
Après avoir redéployé l'Agent de cluster avec la configuration mise à jour, les contrôleurs d'admission sont supprimés.
5353
{{% /tab %}}
54-
{{% onglet "Helm" %}}
54+
{{% tab "Helm" %}}
5555
Pour désactiver les contrôleurs d'admission avec votre Agent de cluster géré par le chart Helm Datadog :
5656
1. Définissez `clusterAgent.admissionController.enabled` sur `false`.
5757
2. Définissez `clusterAgent.admissionController.validation.enabled` sur `false`.

content/ja/security/code_security/static_analysis/custom_rules/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ function visit(query, filename, code) {
720720
```scheme
721721
; Query:
722722
(call_expression
723-
function: (_field: _ @methodName (#eq? @methodName "doSomething))
723+
function: (_field: _ @methodName (#eq? @methodName "doSomething"))
724724
)
725725
```
726726

0 commit comments

Comments
 (0)