Commit 1f79e866 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'bvl-fix-math-in-development-docs' into 'master'

Fix incorrect escaped underscore in math block

See merge request gitlab-org/gitlab!61790
parents 11ed7d5c 4e580ca4
......@@ -57,7 +57,7 @@ component has 2 indicators:
The calculation to a ratio then happens as follows:
```math
\frac {operations\_meeting\_apdex + (total\_operations - operations\_with_\errors)} {total\_apdex\_measurements + total\_operations}
\frac {operations\_meeting\_apdex + (total\_operations - operations\_with\_errors)} {total\_apdex\_measurements + total\_operations}
```
*Caveat:* Not all components are included, causing the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment