diff --git a/packages/dnb-design-system-portal/src/docs/uilib/components/autocomplete/info.mdx b/packages/dnb-design-system-portal/src/docs/uilib/components/autocomplete/info.mdx
index 4546c43860a..23a44fb77f8 100644
--- a/packages/dnb-design-system-portal/src/docs/uilib/components/autocomplete/info.mdx
+++ b/packages/dnb-design-system-portal/src/docs/uilib/components/autocomplete/info.mdx
@@ -8,9 +8,9 @@ import AutocompleteMethods from 'Docs/uilib/components/autocomplete/methods'
The Autocomplete component is a combination of an [Input](/uilib/components/input) and a [Dropdown](/uilib/components/dropdown), also called **ComboBox**. During typing, matching data items gets suggested in an option menu (listbox).
-## Type Ahead and ComboBox
+## Typeahead and ComboBox
-The Autocomplete component may also be known as _Type Ahead_ or _ComboBox_. But autocomplete describes the purpose more precisely and descriptive, therefore Eufemia is using this term.
+The Autocomplete component may also be known as _Typeahead_ or _ComboBox_. But autocomplete describes the purpose more precisely and descriptive, therefore Eufemia is using this term.
### When to use it:
@@ -103,4 +103,4 @@ You can also set the width directly, but then it has to be defined like so (incl
}
```
-
+
diff --git a/packages/dnb-design-system-portal/src/docs/uilib/components/autocomplete/methods.mdx b/packages/dnb-design-system-portal/src/docs/uilib/components/autocomplete/methods.mdx
index 9a9725b9b5a..aa6687b3f5b 100644
--- a/packages/dnb-design-system-portal/src/docs/uilib/components/autocomplete/methods.mdx
+++ b/packages/dnb-design-system-portal/src/docs/uilib/components/autocomplete/methods.mdx
@@ -19,7 +19,7 @@ You can manipulate the used data dynamically, either by changing the `data` prop
### Properties
-- `dataList` contains all the data entries
+- `dataList` contains all the data entries.
### Example