diff --git a/docs/walkthroughs/07-enabling-collaborative-editing.md b/docs/walkthroughs/07-enabling-collaborative-editing.md index 8b6b2cf1a..a3f8cc11c 100644 --- a/docs/walkthroughs/07-enabling-collaborative-editing.md +++ b/docs/walkthroughs/07-enabling-collaborative-editing.md @@ -362,7 +362,7 @@ const SlateEditor = ({ sharedType, provider }) => { // The current user's name and color data: { name: 'Chris', - color: '##00ff00', + color: '#00ff00', }, }) )