Skip to content

Commit

Permalink
[all] Fixes minor linting and wording issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jacomyal committed Oct 29, 2024
1 parent 483dfad commit b7603a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/sigma/src/sigma.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1731,7 +1731,7 @@ export default class Sigma<

/**
* Method used to get all the sigma node attributes.
* It's usefull for example to get the position of a node
* It's useful for example to get the position of a node
* and to get values that are set by the nodeReducer
*
* @param {string} key - The node's key.
Expand Down
4 changes: 2 additions & 2 deletions packages/website/src/theme/NotFound.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export default function NotFoundWrapper(props) {
}}
>
<div>
The homepage of this website is not in the React-Router workflow: The sources are not in{" "}
<code>/docs</code>, but in{" "}
The homepage of this website is not in the React-Router workflow: The sources are not in <code>/docs</code>,
but in{" "}
<strong>
<code>/static/index.html</code>
</strong>{" "}
Expand Down

0 comments on commit b7603a5

Please sign in to comment.