From b5ef3593d691abdf618068f2c0d1c6e06e871733 Mon Sep 17 00:00:00 2001 From: Ferry Huberts Date: Wed, 12 Jan 2022 21:41:59 +0100 Subject: [PATCH] Fix a typo --- doc/mkdocs/docs/features/macros.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/mkdocs/docs/features/macros.md b/doc/mkdocs/docs/features/macros.md index d02bd8083..533a01e20 100644 --- a/doc/mkdocs/docs/features/macros.md +++ b/doc/mkdocs/docs/features/macros.md @@ -4,7 +4,7 @@ Some aspects of the library can be configured by defining preprocessor macros be ## `JSON_ASSERT(x)` -This marco controls which code is executed for runtime assertions of the libraries. +This macro controls which code is executed for runtime assertions of the libraries. !!! info "Default behavior"