From a1455f0a0cc03126ae77c613650b2ac7db91bfd5 Mon Sep 17 00:00:00 2001 From: Ankush Pandey <110278052+Ankushpandey-ti@users.noreply.github.com> Date: Sat, 28 Jan 2023 19:41:47 +0530 Subject: [PATCH] corrected inspection spelling on line 16 inspection was written as inspecion on line 16 --- docs/developer-guide/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-guide/architecture.md b/docs/developer-guide/architecture.md index cb46c3bdd..0d67652fd 100644 --- a/docs/developer-guide/architecture.md +++ b/docs/developer-guide/architecture.md @@ -13,7 +13,7 @@ For example, the plugin (client) to the host (server) requests to: The host (client) to the plugin (server) requests to: - Apply plugin configs -- Request to run inspecions +- Request to run inspections The plugin system is implemented by [TFLint plugin SDK](https://github.com/terraform-linters/tflint-plugin-sdk). If you want to know more about `*.proto` and detailed gRPC server/client implementation, check out the SDK.