diff --git a/docs/next/view.html b/docs/next/view.html
index 0a3dc51857e..3b10f7a12a9 100644
--- a/docs/next/view.html
+++ b/docs/next/view.html
@@ -537,7 +537,7 @@
You can provide one state, no state, or both states. The states must be passed in through an array. Ex: ['selected'] or ['selected', 'disabled']
Possible values for AccessibilityStates are:
-'selected' - The element is in a selcted state.
+'selected' - The element is in a selected state.
'disabled' - The element is in a disabled state.
diff --git a/docs/next/view/index.html b/docs/next/view/index.html
index 0a3dc51857e..3b10f7a12a9 100644
--- a/docs/next/view/index.html
+++ b/docs/next/view/index.html
@@ -537,7 +537,7 @@
You can provide one state, no state, or both states. The states must be passed in through an array. Ex: ['selected'] or ['selected', 'disabled']
Possible values for AccessibilityStates are:
-'selected' - The element is in a selcted state.
+'selected' - The element is in a selected state.
'disabled' - The element is in a disabled state.