From 638e9e7a7a067623452af9ae2397709b21d6e1f1 Mon Sep 17 00:00:00 2001 From: Datt Dongare Date: Sun, 2 Oct 2022 09:28:53 +0530 Subject: [PATCH] Fix rdoc inconsistency --- guides/source/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/plugins.md b/guides/source/plugins.md index 7b5e7ec12c..0a59ce3ea9 100644 --- a/guides/source/plugins.md +++ b/guides/source/plugins.md @@ -504,7 +504,7 @@ The first step is to update the README file with detailed information about how * How to add the functionality to the app (several examples of common use cases) * Warnings, gotchas or tips that might help users and save them time -Once your README is solid, go through and add rdoc comments to all the methods that developers will use. It's also customary to add `# :nodoc:` comments to those parts of the code that are not included in the public API. +Once your README is solid, go through and add RDoc comments to all the methods that developers will use. It's also customary to add `# :nodoc:` comments to those parts of the code that are not included in the public API. Once your comments are good to go, navigate to your plugin directory and run: