From 22e58b807440f22e9a4558a3d0df0402062b85ba Mon Sep 17 00:00:00 2001 From: Dominik Schulze Waltrup <105162746+schuwa@users.noreply.github.com> Date: Thu, 26 Jan 2023 17:25:31 +0100 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d33833..3e2e714 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Serum aims to be a common-sense, "just enough" standard -- easy to adopt, easy t It specifies enough to be meaningful, but not so much that it becomes complicated. The goals are: -- to have observable, serializable, cross-langauge errors; +- to have observable, serializable, cross-language errors; - to have human readable, and also search-engine friendly errors; - and to promote rigorous error handling, and be amenable to static analysis.