fixing typos
This commit is contained in:
		@@ -109,12 +109,12 @@
 | 
			
		||||
  "music.changeTempoBy|param|bpm": "The change in beats per minute to the tempo, eg: 20",
 | 
			
		||||
  "music.noteFrequency": "Gets the frequency of a note.",
 | 
			
		||||
  "music.noteFrequency|param|name": "the note name",
 | 
			
		||||
  "music.playTone": "Plays a tone through pin ``P0`` for the given duration.",
 | 
			
		||||
  "music.playTone": "Plays a tone through ``speaker`` for the given duration.",
 | 
			
		||||
  "music.playTone|param|frequency": "pitch of the tone to play in Hertz (Hz)",
 | 
			
		||||
  "music.playTone|param|ms": "tone duration in milliseconds (ms)",
 | 
			
		||||
  "music.rest": "Rests (plays nothing) for a specified time through pin ``P0``.",
 | 
			
		||||
  "music.rest|param|ms": "rest duration in milliseconds (ms)",
 | 
			
		||||
  "music.ringTone": "Plays a tone through pin ``P0``.",
 | 
			
		||||
  "music.ringTone": "Plays a tone through ``speaker``.",
 | 
			
		||||
  "music.ringTone|param|frequency": "pitch of the tone to play in Hertz (Hz)",
 | 
			
		||||
  "music.setTempo": "Sets the tempo to the specified amount",
 | 
			
		||||
  "music.setTempo|param|bpm": "The new tempo in beats per minute, eg: 120",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user