Skip to content

Commit ff3fc6d

Browse files
author
qucchia
committed
Fix minor typos
1 parent 04038c9 commit ff3fc6d

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Espruino JavaScript for Microcontrollers
55
| __|___ ___ ___ _ _|_|___ ___
66
| __|_ -| . | _| | | | | . |
77
|_____|___| _|_| |___|_|_|_|___|
8-
|_|
8+
|_|
99
</pre>
1010
https://www.espruino.com &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [![Join the chat at https://gitter.im/espruino/Espruino](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/espruino/Espruino?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
1111

@@ -16,7 +16,7 @@ About
1616

1717
Espruino is a JavaScript interpreter for microcontrollers. It is designed for devices with as little as 128kB Flash and 8kB RAM.
1818

19-
Please support Espruino by [ordering one of our official boards](https://www.espruino.com/Order) or [donating](https://www.espruino.com/Donate)
19+
Please support Espruino by [ordering one of our official boards](https://www.espruino.com/Order) or [donating](https://www.espruino.com/Donate).
2020

2121

2222
Documentation
@@ -28,7 +28,7 @@ Browse the [Espruino Website](https://www.espruino.com) (try using search in the
2828

2929
There's also a [Reference](https://www.espruino.com/Reference) for JavaScript commands as well as [Tutorials](https://www.espruino.com/Tutorials). However the documentation on the Espruino website will match the version [available for download](https://www.espruino.com/Download) but **not** the latest version on GitHub.
3030

31-
Builds for the [Espruino Board](https://www.espruino.com/EspruinoBoard) and [Pico Board](https://www.espruino.com/Pico) (built automatically for each Git commit) are [available from here](https://www.espruino.com/binaries/git)
31+
Builds for the [Espruino Board](https://www.espruino.com/EspruinoBoard) and [Pico Board](https://www.espruino.com/Pico) (built automatically for each Git commit) are [available from here](https://www.espruino.com/binaries/git).
3232

3333
Other documentation of use is:
3434

@@ -60,13 +60,13 @@ We try and support users of the boards we sell, but if you bought a non-official
6060
License
6161
-------
6262

63-
Please see the [LICENSE](LICENSE) file
63+
Please see the [LICENSE](LICENSE) file.
6464

6565

6666
Building
6767
--------
6868

69-
Check out [the page on building Espruino](README_Building.md)
69+
Check out [the page on building Espruino](README_Building.md).
7070

7171

7272
Testing
@@ -82,7 +82,7 @@ The [officially supported boards](https://www.espruino.com/Order) are the best s
8282

8383
While Espruino can run on other boards, we make no money from them and so cannot afford to test, fix or support the firmware on them. We're dependent on the community.
8484

85-
You can download binaries from https://www.espruino.com/Download
85+
You can download binaries from https://www.espruino.com/Download.
8686

8787
If you are a board manufacturer interested in getting your board officially supported, please [check out this page](https://www.espruino.com/Business).
8888

SECURITY.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
## Supported Versions
44

5-
We are currently providing software updates for all [official Espruino devices](https://www.espruino.com/Order)
5+
We are currently providing software updates for all [official Espruino devices](https://www.espruino.com/Order).
66

77
## Reporting a Vulnerability
88

9-
To report a vulnerability please just create a [GitHub issue](https://github.com/espruino/Espruino/issues)
9+
To report a vulnerability please just create a [GitHub issue](https://github.com/espruino/Espruino/issues).
1010

1111
If you feel the vulnerability is extremely serious and could be exploited if details were published,
12-
please contact us by email at [email protected]
12+
please contact us by email at [email protected].

libs/filesystem/jswrap_file.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ Pipe this file to a stream (an object with a 'write' method)
598598
],
599599
"return" : ["bool","True on success, or false on failure"]
600600
}
601-
Change the paramters used for the flash filesystem.
601+
Change the parameters used for the flash filesystem.
602602
The default address is the last 1Mb of 4Mb Flash, 0x300000, with total size of 1Mb.
603603
604604
Before first use the media needs to be formatted.

libs/math/jswrap_math.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ JsVarFloat jswrap_math_asin(JsVarFloat x) {
180180
"name" : "atan",
181181
"generate" : "jswrap_math_atan",
182182
"params" : [
183-
["x","float","The value to get the arc tangent of"]
183+
["x","float","The value to get the arc tangent of"]
184184
],
185185
"return" : ["float","The arc tangent of x, between -PI/2 and PI/2"]
186186
}*/

libs/microbit/jswrap_microbit.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ void jswrap_microbit_accelOn() {
647647
"generate" : "jswrap_microbit_accelOff",
648648
"ifdef" : "MICROBIT2"
649649
}
650-
Turn off events from the accelerometer (started with `Microbit.accelOn`)
650+
Turn off events from the accelerometer (started with `Microbit.accelOn`)
651651
*/
652652
void jswrap_microbit_accelOff() {
653653
if (!accel_watch) return;

libs/network/cc3000/jswrap_cc3000.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ static void _wlan_getIP_set_address(JsVar *options, char *name, unsigned char *p
258258
"name" : "setIP",
259259
"generate" : "jswrap_wlan_setIP",
260260
"params" : [
261-
["options","JsVar","Object containing IP address options `{ ip : '1,2,3,4', subnet, gateway, dns }`, or do not supply an object in otder to force DHCP."]
261+
["options","JsVar","Object containing IP address options `{ ip : '1,2,3,4', subnet, gateway, dns }`, or do not supply an object in otder to force DHCP."]
262262
],
263263
"return" : ["bool","True on success"]
264264
}

targets/esp8266/jswrap_esp8266.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ void jswrap_ESP8266_reboot() {
7272
"generate" : "jswrap_ESP8266_getResetInfo",
7373
"return" : ["JsVar","An object with the reset cause information"]
7474
}
75-
At boot time the esp8266's firmware captures the cause of the reset/reboot. This function returns this information in an object with the following fields:
75+
At boot time the esp8266's firmware captures the cause of the reset/reboot. This function returns this information in an object with the following fields:
7676
7777
* `reason`: "power on", "wdt reset", "exception", "soft wdt", "restart", "deep sleep", or "reset pin"
7878
* `exccause`: exception cause
@@ -108,7 +108,7 @@ JsVar *jswrap_ESP8266_getResetInfo() {
108108
["enable", "bool", "Enable or disable the debug logging."]
109109
]
110110
}
111-
Enable or disable the logging of debug information. A value of `true` enables debug logging while a value of `false` disables debug logging. Debug output is sent to UART1 (gpio2).
111+
Enable or disable the logging of debug information. A value of `true` enables debug logging while a value of `false` disables debug logging. Debug output is sent to UART1 (gpio2).
112112
*/
113113
void jswrap_ESP8266_logDebug(bool enable) {
114114
os_printf("ESP8266.logDebug, enable=%d\n", enable);

0 commit comments

Comments
 (0)