From 6b7345fbaaedac8952274d821b23033b14e55a86 Mon Sep 17 00:00:00 2001 From: Farid Abdulhadi <98262343+farid-hadi@users.noreply.github.com> Date: Tue, 17 Sep 2024 16:22:10 +0200 Subject: [PATCH] Docs: fix minor typos in Build your first block tutorial (#64961) * Docs: minor changes under Prerequisites in Build first block tutorial * Docs: fix minor typos in Build first block tutorial --- docs/getting-started/tutorial.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/getting-started/tutorial.md b/docs/getting-started/tutorial.md index aac507d4c573f4..4e43241f63fb16 100644 --- a/docs/getting-started/tutorial.md +++ b/docs/getting-started/tutorial.md @@ -25,7 +25,7 @@ To complete this tutorial, you will need: If you don't have one or more of these items, the [Block Development Environment](https://developer.wordpress.org/block-editor/getting-started/devenv/) documentation will help you get started. Come back here once you are all set up.
wp-env
to create a local WordPress development environment. However, feel free to use alternate local development tools if you already have one that you prefer.
+ This tutorial uses wp-env
to create a local WordPress development environment. However, feel free to use any development environment that meets the abovementioned prerequisites.
Three variables are exposed in the render.php
, which you can use to customize the block's output:
Three variables are exposed in render.php
, which you can use to customize the block's output:
$attributes
(array): The block attributes.$content
(string): The block default content.