Skip to content

Commit

Permalink
fix typo in time plugin docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dandelany committed Jul 24, 2024
1 parent f86d6e7 commit 27b821d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/planning/plugins/time.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 27b821d

Please sign in to comment.