Remove unneeded "will"s + minor fixes
[lttng-docs.git] / contents / understanding-lttng / core-concepts / event.md
index 6eda30f88708c47bccf036cb53bb807728f35ef2..2154bfcb56f15dc69a4326b7b7706fdfcff359fb 100644 (file)
@@ -21,8 +21,7 @@ having multiple definitions depending on the context:
 The whole [Core concepts](#doc-core-concepts) section focuses on the
 third definition. An event is always registered to _one or more_
 channels and may be enabled or disabled at will per channel. A disabled
-event will never lead to a recorded event, even if its channel
-is enabled.
+event never leads to a recorded event, even if its channel is enabled.
 
 An event (3) is enabled with a few conditions that must _all_ be met
 when an event (1) happens in order to generate a recorded event (2):
@@ -38,8 +37,8 @@ The following illustration summarizes how tracing sessions, domains,
 channels and events are related:
 
 <div class="img img-90">
-<object data="/images/docs/core-concepts.svg" type="image/svg+xml">
-  <img src="/images/docs/core-concepts.svg">
+<object data="/images/docs26/core-concepts.svg" type="image/svg+xml">
+  <img src="/images/docs26/core-concepts.svg">
 </object>
 </div>
 
This page took 0.024513 seconds and 4 git commands to generate.