From 35bcc4a742f40c409b39d10f9803831fce3eec40 Mon Sep 17 00:00:00 2001 From: Noisy <125606576+donatik27@users.noreply.github.com> Date: Sat, 16 Nov 2024 14:10:13 +0100 Subject: [PATCH 1/2] Update migrating-from-docusaurus.mdx --- .../contribute/setup/migrating-from-docusaurus.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nextra/pages/en/developer-platforms/contribute/setup/migrating-from-docusaurus.mdx b/apps/nextra/pages/en/developer-platforms/contribute/setup/migrating-from-docusaurus.mdx index 55847b2f5..02838a14a 100644 --- a/apps/nextra/pages/en/developer-platforms/contribute/setup/migrating-from-docusaurus.mdx +++ b/apps/nextra/pages/en/developer-platforms/contribute/setup/migrating-from-docusaurus.mdx @@ -54,7 +54,7 @@ localStorage, such as `/en/docs/setup/...`. ## Codeblocks In docusaurus, [Codeblock](../components/codeblock.mdx) components are rendered differently -than in Nextra. When possible, try to add relevent `filename` information to help users understand +than in Nextra. When possible, try to add relevant `filename` information to help users understand the context in which that code snippet is relevant. For example, if the docs ask the user to use the `CLI`, instead of doing From 46b748600af67d6fb0b5347951f2f268748bfb69 Mon Sep 17 00:00:00 2001 From: Noisy <125606576+donatik27@users.noreply.github.com> Date: Sat, 16 Nov 2024 14:20:44 +0100 Subject: [PATCH 2/2] Update book.mdx --- apps/nextra/pages/en/build/smart-contracts/book.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nextra/pages/en/build/smart-contracts/book.mdx b/apps/nextra/pages/en/build/smart-contracts/book.mdx index 7159aaf6c..93851f4ba 100644 --- a/apps/nextra/pages/en/build/smart-contracts/book.mdx +++ b/apps/nextra/pages/en/build/smart-contracts/book.mdx @@ -17,7 +17,7 @@ Move was designed and created as a secure, verified, yet flexible programming language. The first use of Move is for the implementation of the Diem blockchain, and it is currently being used on Aptos. -This book is suitable for developers who are with some programming experience +This book is suitable for developers with some programming experience and who want to begin understanding the core programming language and see examples of its usage.