Skip to content

Commit ca7c022

Browse files
authored
typos in streamtube meta
1 parent df7ccaa commit ca7c022

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/traces/streamtube/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ module.exports = {
4141

4242
meta: {
4343
description: [
44-
'Use streamtube trace to visualize flow in a vector fields.',
44+
'Use a streamtube trace to visualize flow in a vector field.',
4545
'',
4646
'Specify a vector field using 6 1D arrays of equal length,',
4747
'3 position arrays `x`, `y` and `z`',
48-
'and 3 vector component arrays `u`, `v`, `w`.',
48+
'and 3 vector component arrays `u`, `v`, and `w`.',
4949
'',
5050
'By default, the tubes\' starting positions will be cut from the vector field\'s',
5151
'x-z plane at its minimum y value.',

0 commit comments

Comments
 (0)