Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit f9eae3c

Browse files
authored
Merge pull request #42 from Sensirion/fix_typo
fix typo in sps30.ino
2 parents 1b49db9 + e1a80ff commit f9eae3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sps30/sps30.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ void loop() {
9898
Serial.print("NC 10.0: ");
9999
Serial.println(m.nc_10p0);
100100

101-
Serial.print("Typical partical size: ");
101+
Serial.print("Typical particle size: ");
102102
Serial.println(m.typical_particle_size);
103103
#endif
104104

0 commit comments

Comments
 (0)