From bfe890ae00d21101ebe6adcf61347c0dfa8389e0 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Tue, 8 Oct 2024 23:04:49 -0500 Subject: [PATCH] [ox] Fix typo in docs --- deps/ox/ox-docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/ox/ox-docs.md b/deps/ox/ox-docs.md index 84792e3a..177c0279 100644 --- a/deps/ox/ox-docs.md +++ b/deps/ox/ox-docs.md @@ -201,7 +201,7 @@ never be checked in. ```oxError``` always prints. It includes file and line, and is prefixed with a red "ERROR:". It should generally be used conservatively. -It shuld be used only when there is an error that is not technically fatal, but +It should be used only when there is an error that is not technically fatal, but the user almost certainly wants to know about it. ```oxTrace``` and ```oxTracef```: