Skip to content

Commit 9fb3027

Browse files
committed
fix(ScrapPile): typo Psuedo -> Pseudo
1 parent b65c730 commit 9fb3027

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/game/components/ScrapPile.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ function openDialog(e) {
219219
transition: transform var(--duration-fast) ease-in;
220220
}
221221
222-
// Psuedo-random rotation+translation of cards in the pile
222+
// Pseudo-random rotation+translation of cards in the pile
223223
@for $i from 0 through 10 {
224224
& .scrap-card-#{$i} {
225225
$rotation: sin($i * 30) * 8deg; /* sin(degrees) returns -1 to 1 */

0 commit comments

Comments
 (0)