diff --git a/doc/frontend_design_system.md b/doc/frontend_design_system.md index 60b70dd666..9fdd91a5dc 100644 --- a/doc/frontend_design_system.md +++ b/doc/frontend_design_system.md @@ -1,4 +1,4 @@ -# Frotend Design System +# Frontend Design System ## Type System diff --git a/doc/frontend_testing.md b/doc/frontend_testing.md index f3577fa3a9..45e1df9b57 100644 --- a/doc/frontend_testing.md +++ b/doc/frontend_testing.md @@ -1,4 +1,4 @@ -# Overview of Frontend testing enviroment +# Overview of Frontend testing environment ## Configuration files @@ -35,4 +35,4 @@ test's and also to manipulate them easy for your needs. All this type configurations are defined via a template class `TestType`. This provides the function `set()`, `get()` and `reset()`. Also there is a helper function `resetTestTypes()` which resets all type -configurations to there default values. It is a good practice to call this in a `beforeEach()` of a describe entry. +configurations to their default values. It is a good practice to call this in a `beforeEach()` of a describe entry.