diff --git a/docs/contributing_docs.md b/docs/contributing_docs.md
index 3df03a7387..bfa2ba6a69 100644
--- a/docs/contributing_docs.md
+++ b/docs/contributing_docs.md
@@ -10,8 +10,8 @@ We publish our documentation using Netlify.
To include code snippets in the documentation, we use the [codeinclude plugin](https://github.com/rnorth/mkdocs-codeinclude-plugin), which uses the following syntax:
<!--codeinclude-->
-[Human readable title for snippet](./relative_path_to_example_code.go) block:someString
-[Human readable title for snippet](./relative_path_to_example_code.go) inside_block:someString
+[Human readable title for snippet](./relative_path_to_example_code.go) targeting_expression
+[Human readable title for snippet](./relative_path_to_example_code.go) targeting_expression
<!--/codeinclude-->
Where each title snippet in the same `codeinclude` block would represent a new tab