Skip to content

Commit

Permalink
correct typos
Browse files Browse the repository at this point in the history
  • Loading branch information
torvista committed Jul 1, 2023
1 parent 4e022e2 commit 05e009e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/dev/code/158_language_files.md
Expand Up @@ -133,7 +133,7 @@ $define = [
$define['BOX_INFORMATION_GV'] = $define['TEXT_GV_NAME'] . ' FAQ';
```

This example is taken from `includes/langauges/lang.english.php`.
This example is taken from `includes/languages/lang.english.php`.

### Handling back references between files

Expand Down
2 changes: 1 addition & 1 deletion content/dev/plugins/language_files.md
Expand Up @@ -13,7 +13,7 @@ It will be able to use language definitions from the following files, which will

- the main language file `includes/languages/lang.english.php` and the templated version of that file, `includes/languages/YOURTEMPLATE/lang.english.php`.

- files in `includes/langauges/english/extra_definitions` (and their templated versions)
- files in `includes/languages/english/extra_definitions` (and their templated versions)

- The page's own language file, `includes/languages/english/lang.newpage.php`

Expand Down

0 comments on commit 05e009e

Please sign in to comment.