Browse Source

fix typo in databaseintro.html (#650)

Justin Jent 4 years ago
parent
commit
89758d79cc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      db/databaseintro.html

+ 1 - 1
db/databaseintro.html

@@ -42,7 +42,7 @@ Further conversion tools:
 
 <h3>SQL commands</h3>
 
-GRASS supports to main SQL operations, execution of an SQL statement 
+GRASS supports two main SQL operations, execution of an SQL statement 
 (<a href="db.execute.html">db.execute</a>) and selection
 of data from a table (<a href="db.select.html">db.select</a>).
 See the <a href="sql.html">SQL help page</a> for examples.