Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/frontend_design_system.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Frotend Design System
# Frontend Design System

## Type System

Expand Down
4 changes: 2 additions & 2 deletions doc/frontend_testing.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Overview of Frontend testing enviroment
# Overview of Frontend testing environment

## Configuration files

Expand Down Expand Up @@ -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<Type>`. 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.
Loading