From ac1e9caf3b58043c0775cbb2db53368557217940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Barbet?= Date: Wed, 1 Jun 2022 18:15:31 +0000 Subject: [PATCH] docs: format prop names --- docs/scrollview.md | 2 +- website/versioned_docs/version-0.68/scrollview.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/scrollview.md b/docs/scrollview.md index 9a3d9baae74..4c37c6c32fb 100644 --- a/docs/scrollview.md +++ b/docs/scrollview.md @@ -114,7 +114,7 @@ Controls whether iOS should automatically adjust the content inset for scroll vi ### `automaticallyAdjustKeyboardInsets`
iOS
-Controls whether the ScrollView should automatically adjust its contentInset and scrollViewInsets when the Keyboard changes its size. +Controls whether the ScrollView should automatically adjust its `contentInset` and `scrollViewInsets` when the Keyboard changes its size. | Type | Default | | ---- | ------- | diff --git a/website/versioned_docs/version-0.68/scrollview.md b/website/versioned_docs/version-0.68/scrollview.md index 9a3d9baae74..4c37c6c32fb 100644 --- a/website/versioned_docs/version-0.68/scrollview.md +++ b/website/versioned_docs/version-0.68/scrollview.md @@ -114,7 +114,7 @@ Controls whether iOS should automatically adjust the content inset for scroll vi ### `automaticallyAdjustKeyboardInsets`
iOS
-Controls whether the ScrollView should automatically adjust its contentInset and scrollViewInsets when the Keyboard changes its size. +Controls whether the ScrollView should automatically adjust its `contentInset` and `scrollViewInsets` when the Keyboard changes its size. | Type | Default | | ---- | ------- |