Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrm committed Oct 2, 2024
1 parent f210e85 commit edff403
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/components/TutorialPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,9 @@ const TutorialPage = (): JSX.Element => {
<h1 id="browser-support">Browser support</h1>
<ul>
<li>
Currently, Simularium supports Chrome, Safari,
Chrome, and Firefox. Some features may not work on
other browsers.
Currently, Simularium supports Chrome, Safari, Edge,
and Firefox. Some features may not work on other
browsers.
</li>
<li>
If using Safari on a Mac and the viewer is not
Expand Down
2 changes: 1 addition & 1 deletion src/containers/ViewerPanel/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class ViewerPanel extends React.Component<ViewerPanelProps, ViewerPanelState> {
title: "The browser you are using is not supported.",
content: (
<p>
Please use Chrome, Safari, Edge or Firebox. See more
Please use Chrome, Safari, Edge or Firefox. See more
details{" "}
<a href={`${TUTORIAL_PATHNAME}#browser-support`}>
here
Expand Down

0 comments on commit edff403

Please sign in to comment.