Skip to content

Commit

Permalink
Fix typo (#1497)
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf authored Jan 31, 2025
1 parent cbca1c3 commit 4d6f286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ module.exports = async function configCreatorAsync() {
announcementBar: {
// https://docusaurus.io/docs/api/themes/configuration#announcement-bar
id: `announcement-bar-mlflow-go`,
content: `We are excited to introduce <a href="https://github.com/mlflow/mlflow-go-backend" target="_blank">mlflow-go</a>, the successor of FastTrackML!`,
content: `We are excited to introduce <a href="https://github.com/mlflow/mlflow-go-backend" target="_blank">mlflow-go</a>, the successor to FastTrackML!`,
isCloseable: false
},
colorMode: {
Expand Down

0 comments on commit 4d6f286

Please sign in to comment.