You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
style(copy): scrub BrE, em-dashes, AI tells in lib hooks and README (#29)
Remove auth copy from README project structure. Replace em-dashes in
user-facing strings (error messages, labels, notes) with colons or
semicolons. Correct defense->defence in sanitize-svg JSDoc.
Copy file name to clipboardExpand all lines: src/lib/pleochroism/match-pleochroism.ts
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -193,10 +193,10 @@ export function matchPleochroism(
193
193
constreasonParts: string[]=[];
194
194
reasonParts.push(
195
195
storedCount===3
196
-
? 'Trichroic — biaxial (orthorhombic, monoclinic, or triclinic).'
196
+
? 'Trichroic: biaxial (orthorhombic, monoclinic, or triclinic).'
197
197
: storedCount===2
198
-
? 'Dichroic — uniaxial (trigonal, tetragonal, or hexagonal).'
199
-
: 'Single observed colour — pleochroism not detectable.',
198
+
? 'Dichroic: uniaxial (trigonal, tetragonal, or hexagonal).'
199
+
: 'Single observed colour: pleochroism not detectable.',
200
200
);
201
201
if(mineral.pleochroism_strength){
202
202
reasonParts.push(
@@ -232,7 +232,7 @@ export function interpretColourCount(count: ObservedColourCount): {
232
232
return{
233
233
title: 'One colour observed',
234
234
body:
235
-
'The gem may be isotropic (cubic or amorphous — diamond, garnet, spinel, glass, opal), or anisotropic but viewed along its optic axis. Rotate the dichroscope and the stone; if no second colour appears at any orientation, isotropic is most likely.',
235
+
'The gem may be isotropic (cubic or amorphous: diamond, garnet, spinel, glass, opal), or anisotropic but viewed along its optic axis. Rotate the dichroscope and the stone; if no second colour appears at any orientation, isotropic is most likely.',
0 commit comments