diff --git a/docs/error_knowledge_base.md b/docs/error_knowledge_base.md
index 6b7a1c5659..0dbbc3153b 100644
--- a/docs/error_knowledge_base.md
+++ b/docs/error_knowledge_base.md
@@ -287,7 +287,7 @@ Since the entire community is maintaining all CCI recipes, putting just one name
#### **#KB-H040: "NO TARGET NAME"**
-According the Conan issue [#6269](https://github.com/conan-io/conan/issues/6269), the attribute `cpp_info.name` should be avoided for Conan Center Index in favor of `cpp_info.names["cmake_find_package"]` and `cpp_info.names["cmake_find_multi_package"]`.
+According the Conan issue [#6269](https://github.com/conan-io/conan/issues/6269), the attribute `cpp_info.name` should be avoided for Conan Center Index in favor of `cpp_info.names["cmake_find_package"]` and `cpp_info.names["cmake_find_package_multi"]`.
#### **#KB-H041: "NO FINAL ENDLINE"**