From 86b482fa2607e485afd5897a4b3a8a3098abb027 Mon Sep 17 00:00:00 2001 From: Viktor Pavlik <160131789+Vikt0rPavlik@users.noreply.github.com> Date: Thu, 16 Jan 2025 20:16:38 +0100 Subject: [PATCH] Update use-in-app.md --- docs/use-in-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/use-in-app.md b/docs/use-in-app.md index 72920295..041b04d9 100644 --- a/docs/use-in-app.md +++ b/docs/use-in-app.md @@ -27,7 +27,7 @@ report.messages.forEach(curError => console.log(curError.message)); **linter.processStr**: - Arguments: - - code {String} - Source code to validation + - code {String} - Source code for validation - config {Object} - Object representation of .solhint.json configuration - Returns: - report {Report} - object that contains list of errors and warnings