Skip to content

Commit

Permalink
Fixing typos and clean up lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Doris Tam committed Oct 4, 2021
1 parent 2a1e074 commit 492ec9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MaharaMobile/src/components/AddAudio/AddAudio.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import AudioRecorderPlayer from 'react-native-audio-recorder-player';
import RNFetchBlob from 'rn-fetch-blob';
import {PLATFORM} from '../../../native-base-theme/variables/commonColor';
import variables from '../../assets/styles/variables';
import {File, PlayBackType, RecordBackType} from '../../models/models';
import {File, PlayBackType} from '../../models/models';
import {newFile} from '../../models/typeCreators';
import AudioPlayButton from '../UI/AudioPlayButton/AudioPlayButton';
import MediumButton from '../UI/MediumButton/MediumButton';
Expand Down
2 changes: 1 addition & 1 deletion MaharaMobile/src/screens/AboutScreen/AboutScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const AboutScreen = () => {
<ListItem>
<MediumText
text={t`Mahara is an open source ePortfolio platform designed for
reflecing on what you have learned and for supporting social
reflecting on what you have learned and for supporting social
learning. An ePortfolio is a tool and method to record your
evidence of their learning, e.g. essays, artwork, and
certificates, and reflect on them to learn from your experiences
Expand Down
2 changes: 1 addition & 1 deletion MaharaMobile/src/store/reducers/userTagsReducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const removeTag = (state: UserTagInfoState, tag: UserTag) => {

/**
* Updates/Create the entries (if there are no tags) in the set for the given itemId
* in the taggiedItems object in state. Once updated, sets the 'taggedItems' in AyncStorage
* in the taggiedItems object in state. Once updated, sets the 'taggedItems' in AsyncStorage
* @param state RootState
* @param tagIds Set of tag ids to add to item
* @param itemId The item id for tags to be added to
Expand Down

0 comments on commit 492ec9a

Please sign in to comment.