@cryptotaxi247 / netdata-1 / commits / 92616999d

typo fixed in gen_docs_integrations.py (#16288)

Khalid Abdullah committed Oct 30, 2023 at 16:56 UTC 92616999dea279a01fc2f3502aeac4e0a016458f
1 file changed +1 -1
integrations/gen_docs_integrations.py
+1 -1
@@ -258,7 +258,7 @@ endmeta-->
258
259 def build_path(meta_yaml_link):
260 """
261 - funtion that takes a metadata yaml file link, and makes it into a path that gets used to write to a file.
261 + function that takes a metadata yaml file link, and makes it into a path that gets used to write to a file.
262 """
263 return meta_yaml_link.replace("https://github.com/netdata/", "") \
264 .split("/", 1)[1] \