Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix some typos in comments #1518

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/ImagePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export default class ImagePicker extends React.Component {
const palette = image.palette.map(c => c.hex)
/*
* Contributors, please feel free to adjust this algorithm to create the most
* readible or aesthetically pleasing syntax highlighting.
* readable or aesthetically pleasing syntax highlighting.
*/
this.props.updateHighlights({
background: palette[0],
Expand Down
4 changes: 2 additions & 2 deletions lib/custom/modes/riscv.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ CodeMirror.defineMode('riscv', function (/* config */) {
// i) Synch
// j) System
// k) Counters
// Part 2) RV Priveleged Instructions
// Part 2) RV Privileged Instructions
// a) CSR Access
// b) Change Level
// c) Trap Redirect
Expand Down Expand Up @@ -161,7 +161,7 @@ CodeMirror.defineMode('riscv', function (/* config */) {
'rdinstret',
'rdinstreth',

// Part 2) RV Priveleged Instructions
// Part 2) RV Privileged Instructions
// a) CSR Access
'csrrw',
'csrrs',
Expand Down