Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Fix typo (#259)
Browse files Browse the repository at this point in the history
Fix #241
Changes to be committed:
	modified:   src/App.js
	modified:   src/components/PermissionTools.js
  • Loading branch information
HadleyKing committed Nov 16, 2022
1 parent 32c9931 commit d136ca2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ function App() {
}
};
const versions = {
portal: '22.09',
bcodb: '22.09',
userdb: '22.09'
portal: '22.11',
bcodb: '22.11',
userdb: '22.11'
};

/**
Expand Down
2 changes: 1 addition & 1 deletion src/components/PermissionTools.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export default function PermissionTools({
  Download Validation  
</Box>
<Typography gutterBottom>
Once you select a format above, this buton will validate the current
Once you select a format above, this button will validate the current
DRAFT against the IEEE-2791-2020 schema.
</Typography>
</Typography>
Expand Down

0 comments on commit d136ca2

Please sign in to comment.