Skip to content

Commit 6efa647

Browse files
authored
Fix a wrong word (#293)
1 parent ddf2b8b commit 6efa647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developer-docs/latest/guides/registering-a-field-in-admin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ At this point we have simply created a new plugin which is mounted in our projec
394394
Since the goal of our plugin is to override the current WYSIWYG we don't want it to be displayed in the administration panel but we need it to register our new **Field**.
395395
In order to do so, we will simply **modify** the front-end entry point of our plugin.
396396

397-
This file is already present. Please replace the content of this file wit the following:
397+
This file is already present. Please replace the content of this file with the following:
398398

399399
**Path —** `./plugins/wysiwyg/admin/src/index.js`
400400

0 commit comments

Comments
 (0)