From c3a01431ce6ac1f30e1f0490d5d0260e6b9fe594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Prod=27homme?= Date: Sun, 9 Oct 2022 16:36:58 +0200 Subject: [PATCH] docs(facebook): adjust content type (#4331) --- src/@awesome-cordova-plugins/plugins/facebook/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@awesome-cordova-plugins/plugins/facebook/index.ts b/src/@awesome-cordova-plugins/plugins/facebook/index.ts index 80918db5..75ebccde 100644 --- a/src/@awesome-cordova-plugins/plugins/facebook/index.ts +++ b/src/@awesome-cordova-plugins/plugins/facebook/index.ts @@ -49,7 +49,7 @@ export interface FacebookLoginResponse { * At this point you'll need to open your project's [`config.xml`](https://cordova.apache.org/docs/en/latest/config_ref/index.html) file, found in the root directory of your project. * * Take note of the `id` for the next step: - * ``` + * ```xml * * ``` *