diff --git a/topics/basics/plugin_structure/plugin_configuration_file.md b/topics/basics/plugin_structure/plugin_configuration_file.md
index b949dfc88..46112513c 100644
--- a/topics/basics/plugin_structure/plugin_configuration_file.md
+++ b/topics/basics/plugin_structure/plugin_configuration_file.md
@@ -157,7 +157,7 @@ Default value
Example
:
```xml
- com.company.framework
+ com.example.framework
```
### `name`
@@ -545,7 +545,7 @@ or `qualifiedName` attributes.
Examples
:
-- Extensions' declaration with the default namespace:
+- Extensions' declaration with a default namespace:
```xml