From 27b821d35d1086b428259e028a46eb11c4b940eb Mon Sep 17 00:00:00 2001 From: dandelany Date: Wed, 24 Jul 2024 13:47:33 -0700 Subject: [PATCH] fix typo in time plugin docs --- docs/planning/plugins/time.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/planning/plugins/time.mdx b/docs/planning/plugins/time.mdx index e7c0b2c..91e2466 100644 --- a/docs/planning/plugins/time.mdx +++ b/docs/planning/plugins/time.mdx @@ -46,7 +46,7 @@ The Time Plugin is responsible for gracefully failing when exceptions are encoun ## Example Plugins -Below is a basic example that sets the additional time formats to a single format that displays the current UTC year. For additional plugin examples, please refer to the [aerie-ui-plugins](https://github.com/NASA-AMMOS/aerie-ui-plugin-examples) repository. +Below is a basic example that sets the additional time formats to a single format that displays the current UTC year. For additional plugin examples, please refer to the [aerie-ui-plugin-examples](https://github.com/NASA-AMMOS/aerie-ui-plugin-examples) repository. ```javascript // Time plugin example (time-plugin.js)