diff --git a/doc/mkdocs/docs/features/macros.md b/doc/mkdocs/docs/features/macros.md index d02bd80831..533a01e207 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"