diff --git a/docs/source/styles/opacity.blade.md b/docs/source/styles/opacity.blade.md
index c26c9f001..7d7763407 100644
--- a/docs/source/styles/opacity.blade.md
+++ b/docs/source/styles/opacity.blade.md
@@ -5,6 +5,10 @@ title: "Opacity"
# Opacity
+
+ Utilities for controlling the opacity of an element.
+
+
Responsive
Customizing
@@ -14,12 +18,12 @@ Control the opacity of an element in Tailwind using the `.opacity` utilities.
@component('_partials.code-sample')
-@foreach ($page->config['opacity'] as $name => $value)
+@foreach ($page->config['opacity']->reverse() as $name => $value)
.opacity-{{ $name }}
@endforeach
@slot('code')
-@foreach ($page->config['opacity'] as $name => $value)
+@foreach ($page->config['opacity']->reverse() as $name => $value)
.opacity-{{ $name }}
@endforeach
@endslot