This is an automated email from the ASF dual-hosted git repository.

dehowef pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/age-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 58ecaed4 Update agload.md (#145)
58ecaed4 is described below

commit 58ecaed4e12c4b207ed6ed8cd6fb2977e5993434
Author: Bhaskar Sharma <[email protected]>
AuthorDate: Fri Apr 28 18:37:30 2023 +0200

    Update agload.md (#145)
---
 docs/intro/agload.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/intro/agload.md b/docs/intro/agload.md
index 051535b6..f7536237 100644
--- a/docs/intro/agload.md
+++ b/docs/intro/agload.md
@@ -7,7 +7,7 @@ You can use the following instructions to create a graph from 
the files. This do
 
 
 User can load graph in two steps 
-- Load Vetices in the first step
+- Load Vertices in the first step
 - Load Edges in the second step
 
 **User must create graph and labels before loading data from files**
@@ -37,7 +37,7 @@ Function `load_edges_from_file` can be used to load 
properties from the CSV file
 Note: make sure that ids in the edge file are identical to ones that are in 
vertices files. 
 
 ```postgresql
-oad_edges_from_file('<graph name>',
+load_edges_from_file('<graph name>',
                     '<label name>',
                     '<file path>');
 ```

Reply via email to