summaryrefslogtreecommitdiffstats
path: root/collectors
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2020-02-24 13:59:49 -0700
committerGitHub <noreply@github.com>2020-02-24 12:59:49 -0800
commit44a9dfea08a51cdd37dd79625c218b387572478e (patch)
tree5454d9da953a09bd00d806c9cab439ed7fc2ae1a /collectors
parent92cdd3764990e642069fda6785f43f3bd53f1863 (diff)
Docs: Fixed figure+image without closing tag (#8177)
* Fixed images without closing tag * Smush a and n * Caught one more
Diffstat (limited to 'collectors')
-rw-r--r--collectors/ebpf_process.plugin/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/collectors/ebpf_process.plugin/README.md b/collectors/ebpf_process.plugin/README.md
index 29b009a127..d954355be3 100644
--- a/collectors/ebpf_process.plugin/README.md
+++ b/collectors/ebpf_process.plugin/README.md
@@ -4,7 +4,7 @@ This collector plugin uses eBPF to monitor system calls inside your operating sy
this plugin is to monitor IO and process management on the host where it is running.
<figure>
- <img src="https://user-images.githubusercontent.com/1153921/74746434-ad6a1e00-5222-11ea-858a-a7882617ae02.png" alt="n example of VFS charts, made possible by the eBPF collector plugin">
+ <img src="https://user-images.githubusercontent.com/1153921/74746434-ad6a1e00-5222-11ea-858a-a7882617ae02.png" alt="An example of VFS charts, made possible by the eBPF collector plugin" />
<figcaption>An example of VFS charts, made possible by the eBPF collector plugin</figcaption>
</figure>