From 5bc080fd41b0d2fcbba837cb8b55f3f2502858bd Mon Sep 17 00:00:00 2001 From: andrewlewis Date: Mon, 19 Jul 2021 16:35:27 +0100 Subject: [PATCH] Fix diagram name typo PiperOrigin-RevId: 385561505 --- docs/glossary.md | 2 +- ...ture.png => glossary-rendering-architecture.png} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/images/{glossary-renderering-architecture.png => glossary-rendering-architecture.png} (100%) diff --git a/docs/glossary.md b/docs/glossary.md index 3c1ac029d8..0e8b7d404b 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -203,7 +203,7 @@ and the {% include figure.html url="/images/glossary-exoplayer-architecture.png" index="1" caption="ExoPlayer architecture overview" %} -{% include figure.html url="/images/glossary-renderering-architecture.png" index="1" caption="ExoPlayer rendering overview" %} +{% include figure.html url="/images/glossary-rendering-architecture.png" index="1" caption="ExoPlayer rendering overview" %} ###### BandwidthMeter diff --git a/docs/images/glossary-renderering-architecture.png b/docs/images/glossary-rendering-architecture.png similarity index 100% rename from docs/images/glossary-renderering-architecture.png rename to docs/images/glossary-rendering-architecture.png