Skip to content

Commit 0680dfe

Browse files
authored
typos (#87)
1 parent faa9de2 commit 0680dfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/common-errors/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ Some frequently asked questions on Error messages and how to resolve them.
88

99
As a developer you somtimes will be stuck in your code.
1010
If it happens to you, also have a look on https://joomla.stackexchange.com/ - a huge collection of valuable knowledge.
11-
Here we collect some frequently aske questions.
11+
Here we collect some frequently asked questions.
1212

1313
Class [..] not found
1414
--------------------
1515

16-
You need to understand the namespace concept as described in sction General Concepts (work in progress)
16+
You need to understand the namespace concept as described in section General Concepts (work in progress)
1717
Then check:
1818
- Is the namespace defined in your manifest file?
1919
- Has every class in your extension the correct namespace?

0 commit comments

Comments
 (0)