Explorar o código

docs: Remove `anchor idl parse` from `workspace.types` documentation (#3248)

acheron hai 1 ano
pai
achega
c1485e19ad
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/src/pages/docs/manifest.md

+ 1 - 1
docs/src/pages/docs/manifest.md

@@ -54,7 +54,7 @@ resolution = true
 
 #### types
 
-Adds a directory where you want the `<idl>.ts` file to be copied when running `anchor build` or `anchor idl parse`. This is helpful when you want to keep this file in version control, like when using it on the frontend, which will probably not have access to the `target` directory generated by anchor.
+Adds a directory where you want the `<idl>.ts` file to be copied when running `anchor build`. This is helpful when you want to keep this file in version control, like when using it on the frontend, which will probably not have access to the `target` directory generated by anchor.
 
 Example: