mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-15 00:34:08 +09:00
Fix typos in application and README.md (#49)
* Fix typo 'Temperatrure' on battery details * Fix typos in README.md
This commit is contained in:
@@ -107,7 +107,7 @@ internal class Popup: NSView {
|
||||
|
||||
self.amperageField = PopupRow(view, n: 2, title: "Amperage:", value: "")
|
||||
self.voltageField = PopupRow(view, n: 1, title: "Voltage:", value: "")
|
||||
self.temperatureField = PopupRow(view, n: 0, title: "Temperatrure:", value: "")
|
||||
self.temperatureField = PopupRow(view, n: 0, title: "Temperature:", value: "")
|
||||
|
||||
self.addSubview(view)
|
||||
self.batteryView = view
|
||||
|
||||
@@ -39,7 +39,7 @@ There are 2 arguments available:
|
||||
|
||||
## Developing
|
||||
|
||||
Pull requests and impovment proposals are welcomed.
|
||||
Pull requests and improvement proposals are welcome.
|
||||
|
||||
If you want to run the project locally you need to have [carthage](https://github.com/Carthage/Carthage#installing-carthage) and [XCode](https://apps.apple.com/app/xcode/id497799835) installed.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user