From 24f7669406dda22a694e2b33c1f4348ecc63843a Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Fri, 6 Oct 2023 22:14:05 +0200 Subject: [PATCH 1/2] fix typo --- doc/frontend_design_system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 1de2da46d3a67362eddc8ed3c79a31e4d9a049ae Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Fri, 6 Oct 2023 22:15:02 +0200 Subject: [PATCH 2/2] fix typos --- doc/frontend_testing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.