summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Kevin Hufnagle <khufnagle@google.com> 2023-05-03 09:38:17 +0000
committer Kevin Hufnagle <khufnagle@google.com> 2023-05-03 09:42:03 +0000
commit68c2510a52c70f2a6caec1e0d1f5bab8daf2be9f (patch)
treea29f438c4d9e939893014f151575e5a134edee26
parent12bf1a3388ff2584b03a0bd41318cd6909234a63 (diff)
docs: Fix typo in isCredential attr
Bug: 280557748 Change-Id: Id2539ec99b98f630a860eea0db59bd54d0b067ad Test: [built docs using go/abtd]
-rw-r--r--core/res/res/values/attrs.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/attrs.xml b/core/res/res/values/attrs.xml
index 7de36a7113ae..6f7bc53e891c 100644
--- a/core/res/res/values/attrs.xml
+++ b/core/res/res/values/attrs.xml
@@ -2791,7 +2791,7 @@
<flag name="noExcludeDescendants" value="0x8" />
</attr>
- <!-- Boolean that hints the Android System that the view is credntial and associated with
+ <!-- Boolean that hints the Android System that the view is credential and associated with
CredentialManager -->
<attr name="isCredential" format="boolean" />