Skip to content

Commit

Permalink
fix: Wording of comment
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingDive committed Nov 20, 2024
1 parent 4666b88 commit 9ad96ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/editor/src/core/editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ export function Editor(props: EditorProps) {
/>
</>
) : (
// For non serlo environment, we need to render the toaster
// https://react-hot-toast.com/docs/toaster (already rendered in web)
// For non serlo environments, we need to render the toaster
// https://react-hot-toast.com/docs/toaster (already gets rendered
// in the web project)
<Toaster />
)}
<div
Expand Down

0 comments on commit 9ad96ad

Please sign in to comment.