From 7f8fe45a06671f846db67231361d638df5244ed6 Mon Sep 17 00:00:00 2001 From: David Harris Date: Wed, 28 Jun 2023 20:19:20 +0100 Subject: [PATCH] docs: typo in migration guide (#70858) --- .../developers/plugins/migration-guide/v9.x-v10.x/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/developers/plugins/migration-guide/v9.x-v10.x/_index.md b/docs/sources/developers/plugins/migration-guide/v9.x-v10.x/_index.md index 796a708104e..c7349ba8c02 100644 --- a/docs/sources/developers/plugins/migration-guide/v9.x-v10.x/_index.md +++ b/docs/sources/developers/plugins/migration-guide/v9.x-v10.x/_index.md @@ -33,4 +33,4 @@ Most code targeting 9.x will continue to work without any issues. An exception i When writing plugins that should run on 9.x, continue to use the Vector interfaces. In this case, when targeting versions 10+, you can now use simple arrays rather than wrapper classes. -To make this transition seamless, we employed the Original JavaScript Sin™. That is, we[extended the native Array prototype](https://github.com/grafana/grafana/blob/v10.0.x/packages/grafana-data/src/types/vector.ts) with several Vector methods. We will atone and undo this in v11, when Vector interfaces and classes are removed. +To make this transition seamless, we employed the Original JavaScript Sin™. That is, we [extended the native Array prototype](https://github.com/grafana/grafana/blob/v10.0.x/packages/grafana-data/src/types/vector.ts) with several Vector methods. We will atone and undo this in v11, when Vector interfaces and classes are removed.