Skip to content

Commit e0389a5

Browse files
authored
codespell: make each word of acronym bold
1 parent 8670ddd commit e0389a5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

skills/create-web-form/references/php-mysql-database.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1658,10 +1658,10 @@ them in quotes, which causes a SQL error.
16581658

16591659
| Operation | SQL Command |
16601660
|-----------|-------------|
1661-
| **C**reate | `INSERT INTO table (col1, col2) VALUES (val1, val2)` |
1662-
| **R**ead | `SELECT col1, col2 FROM table WHERE condition` |
1663-
| **U**pdate | `UPDATE table SET col1=val1 WHERE condition` |
1664-
| **D**elete | `DELETE FROM table WHERE condition` |
1661+
| **Create** | `INSERT INTO table (col1, col2) VALUES (val1, val2)` |
1662+
| **Read** | `SELECT col1, col2 FROM table WHERE condition` |
1663+
| **Update** | `UPDATE table SET col1=val1 WHERE condition` |
1664+
| **Delete** | `DELETE FROM table WHERE condition` |
16651665

16661666
### Query Modifiers
16671667

0 commit comments

Comments
 (0)