From 9714d88d6171054e4c0beff3e7208c15a9045aef Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 13 Sep 2024 20:58:47 +0100 Subject: [PATCH] Correct spelling mistakes (#1183) --- website/src/content/blog/release-0.0.2-schwindlig.mdx | 2 +- website/src/content/blog/release-0.6.0-zimtschnecke.mdx | 2 +- website/src/content/blog/release-1.0.0-geburtstagskuchen.mdx | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website/src/content/blog/release-0.0.2-schwindlig.mdx b/website/src/content/blog/release-0.0.2-schwindlig.mdx index 49e5319a..cf4bc19d 100644 --- a/website/src/content/blog/release-0.0.2-schwindlig.mdx +++ b/website/src/content/blog/release-0.0.2-schwindlig.mdx @@ -26,7 +26,7 @@ author: froos - fix: 💄 Enhance visualisation of the Tutorial on mobile by @puria in https://github.com/tidalcycles/strudel/pull/19 - Stateful queries and events (WIP) by @yaxu in https://github.com/tidalcycles/strudel/pull/14 - Fix resolveState by @yaxu in https://github.com/tidalcycles/strudel/pull/22 -- added \_asNumber + interprete numbers as midi by @felixroos in https://github.com/tidalcycles/strudel/pull/21 +- added \_asNumber + interpret numbers as midi by @felixroos in https://github.com/tidalcycles/strudel/pull/21 - Update package.json by @ChiakiUehira in https://github.com/tidalcycles/strudel/pull/23 - packaging by @felixroos in https://github.com/tidalcycles/strudel/pull/24 diff --git a/website/src/content/blog/release-0.6.0-zimtschnecke.mdx b/website/src/content/blog/release-0.6.0-zimtschnecke.mdx index 80dbc145..2736974b 100644 --- a/website/src/content/blog/release-0.6.0-zimtschnecke.mdx +++ b/website/src/content/blog/release-0.6.0-zimtschnecke.mdx @@ -28,7 +28,7 @@ author: froos - support freq in pianoroll by @felixroos in https://github.com/tidalcycles/strudel/pull/308 - ICLC2023 paper WIP by @yaxu in https://github.com/tidalcycles/strudel/pull/306 -- fix: copy share link to clipboard was broken for some browers by @felixroos in https://github.com/tidalcycles/strudel/pull/311 +- fix: copy share link to clipboard was broken for some browsers by @felixroos in https://github.com/tidalcycles/strudel/pull/311 - Jsdoc component by @felixroos in https://github.com/tidalcycles/strudel/pull/312 - object support for .scale by @felixroos in https://github.com/tidalcycles/strudel/pull/307 - Astro build by @felixroos in https://github.com/tidalcycles/strudel/pull/315 diff --git a/website/src/content/blog/release-1.0.0-geburtstagskuchen.mdx b/website/src/content/blog/release-1.0.0-geburtstagskuchen.mdx index 70176ad9..5784fe52 100644 --- a/website/src/content/blog/release-1.0.0-geburtstagskuchen.mdx +++ b/website/src/content/blog/release-1.0.0-geburtstagskuchen.mdx @@ -138,7 +138,7 @@ Plenty of things have been added to the docs, including a [showcase of what peop - Export patterns + ui tweaks by @felixroos in https://github.com/tidalcycles/strudel/pull/855 - Pattern organization by @felixroos in https://github.com/tidalcycles/strudel/pull/858 - Sound Import from local file system by @daslyfe in https://github.com/tidalcycles/strudel/pull/839 -- bugfix: suspend and close exisiting audio context when changing interface by @daslyfe in https://github.com/tidalcycles/strudel/pull/882 +- bugfix: suspend and close existing audio context when changing interface by @daslyfe in https://github.com/tidalcycles/strudel/pull/882 - add root mode for voicings by @felixroos in https://github.com/tidalcycles/strudel/pull/887 - scales can now be anchored by @felixroos in https://github.com/tidalcycles/strudel/pull/888 - add dough function for raw dsp by @felixroos in https://github.com/tidalcycles/strudel/pull/707 (experimental) @@ -195,7 +195,7 @@ Plenty of things have been added to the docs, including a [showcase of what peop - Update tauri.yml workflow file by @vasilymilovidov in https://github.com/tidalcycles/strudel/pull/705 - vite-vanilla-repl readme fix by @felixroos in https://github.com/tidalcycles/strudel/pull/737 - completely revert config mess by @felixroos in https://github.com/tidalcycles/strudel/pull/745 -- hopefully fix trainling slashes bug by @felixroos in https://github.com/tidalcycles/strudel/pull/753 +- hopefully fix trailing slashes bug by @felixroos in https://github.com/tidalcycles/strudel/pull/753 - Update vite pwa by @felixroos in https://github.com/tidalcycles/strudel/pull/772 - Update to Astro 3 by @felixroos in https://github.com/tidalcycles/strudel/pull/775 - support multiple named serial connections, change default baudrate by @yaxu in https://github.com/tidalcycles/strudel/pull/551